On Tuesday 27 November 2001 01:30, you wrote:

> > Well, I've found _something_ that could explain why it didn't import.
> > Alan, who is in charge of nadmin these days? The file
> > nadmin_SNAPSHOT_core.xmlgz is not well-formed.
> >
> > Alexander, shouldn't repligard complain about this?
>
> Please show exact chunk of not well-formed XML. If it is really wrong,
> Expat should fail (so Repligard as well). If not, let me see what check to
> add.

>From nadmin, snippet 1d2850c8670b21dfa10e77f3b4c54496:

function pphp_comma() {
  global $ppflags;
  $ppflags[last][$ppflags[level]]=",";

  pp_c("green", ",");
  if ($ppflags[stringlen][$ppflags[level]]>30) $ppflags[nextindent]=1;

}

The ']]>'(30) $...) ends the CDATA section.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to