On Mon, Nov 26, 2001 at 11:37:56PM +0100, Emiliano wrote:
> [EMAIL PROTECTED] wrote:
> 
> > Well, I did import the snapshot file first, but afterwards imported
> > version 141, so that should be replaced.
> Alexander, repligard doesn't properly quote ']]>' in cdata sections,
> which is why nadmin is not well-formed. I can fix the nadmin xml file
Ah, I see. Repligard's intent is to do no replacements on user data. 
That's why it uses CDATA sections with intact content placed in them.

> %x CDATA
> 
> %%
> 
> <INITIAL>"<![CDATA[" { BEGIN(CDATA); }
> <CDATA>"]]>"/"<" { BEGIN(INITIAL); }
> <CDATA>"&" { printf("&amp;"); }
> <CDATA>"<" { printf("&lt;"); }
> <CDATA>">" { printf("&gt;"); }
> <CDATA>"'" { printf("&apos;"); }
> <CDATA>["] { printf("&quot;"); }
> . { putchar(yytext[0]); }

I'll try to fix this once Scriptor will be ready, because it is a way
easier to process text like this with RegExps.

-- 
/ 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