>>>>> Alexander Winston <[EMAIL PROTECTED]>: > On Wed, 2004-03-10 at 23:02 +0100, Steinar Bang wrote:
>> Line 168 just contains <book>, I see. Is there a processing >> instruction immediately following it? Does the string "<?if" >> (without the quotes) occur anywhere in the document? > Indeed it does. Here are all the processing instructions that "grep > -- line-number '<?' jargon.xml" found: > 1:<?xml version="1.0" encoding="ISO-8859-1"?> > 172:<?if condition="book"> > 223:<?fi> [snip!] The way they stand, they are unterminated. They should have been: <?if condition="book"?> <?fi?> That goes for the rest of them, as well. I suggest you report this as a bug upstream. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

