Are processing instructions before the first element legal? 2003-02-25 - By Elliotte Rusty Harold
At 9:30 AM -0500 2/25/03, Joseph Kesselman wrote: >Forgot to mention: Your problem appears to be a misunderstanding of >processing instruction syntax: > > <?WGXPPrightHandPageStart pagePrefix="Page 1-" ??> > >PI's end with ?>, not ??>.
Maybe he is misunderstanding processing instruction syntax, but I don't think that explains the exception. Unless I'm misreading the BNF grammar, <?WGXPPrightHandPageStart pagePrefix="Page 1-" ??> is a legal processing instruction. Unlike comments and the hyphen, there's no restriction on using the ? as the last character of a PIData. Both Xercecs and libxml seem to allow it in my tests. --
+-----------------------+------------------------+-------------------+ | Elliotte Rusty Harold | elharo@(protected) | Writer/Programmer | +-----------------------+------------------------+-------------------+ | Processing XML with Java (Addison-Wesley, 2002) | | http://www.cafeconleche.org/books/xmljava | | http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA | +----------------------------------+---------------------------------+ | Read Cafe au Lait for Java News: http://www.cafeaulait.org/ | | Read Cafe con Leche for XML News: http://www.cafeconleche.org/ | +----------------------------------+---------------------------------+
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|