Not all characters are legal in XML, so not all numeric character
references are legal.

The APIs don't generally check for illegal characters. Nor does the
serializer. So it's possible for an application to build, and write out, a
document which is not well-formed.

Since you're looking at Crimson, that's definitely XML 1.0. And in XML 1.0,
control-L is *NOT* a legal character.
See http://www.w3.org/TR/2004/REC-xml-20040204/#charsets

So the right fix would be to get rid of that character. Replace it with a
<page/> element or something of that sort which you can translate into a
page break later.

______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk


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

Reply via email to