basic XML question re: Xerces 2003-02-12 - By Joseph Kesselman
What is "not allowed" is for there to be more than one top-level element: <foo/> <bar/> (with or without additional content within those elements, and no matter what their names are), or indeed *anything* other than the XML Declaration, doctype declaration, comments, PI's, and whitespace outside that one top-level element.
A good XML tutorial *should* make this clear. If yours didn't, I'd suggest switching books.
______________________________________ Joe Kesselman / IBM Research
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|