>>>>> Bob Hilliard <[EMAIL PROTECTED]>: > These are the only instances of <book> and </book> in the file. > I assume "Premature end of data in tag book" means it can't find a > closing tag, but there seems to be a proper closing tag. Is this an > error in the .xml file or a bug in some of the tools?
Without looking at the file myself, this is just guessing, but from the error message it looks like a problem with a processing instruction somewhere between <book> and </book>. 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? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

