On Tue, Nov 27, 2001 at 01:38:59AM +0100, Emiliano wrote:
> 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.
Lazy solution is to insert space between comparison operator and its first
argument. Proper one requires some rethinking how to place data in CDATA
because XML standard assumes that data there should be unchanged by XML parser so
Repligard follows this asumption. May be escaping would help but I'm not
sure -- it may cause other problems.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
                    Self-destruct in 5 seconds.  Have a nice day...

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

Reply via email to