But here saxon comes up with the following warning:
[FATAL] {xmlcopy} Error reported by XML parser; SystemID:
file:/C:/test/images_gallery.xml.html; Line#: 1; Column#: -1
as the error message tries to make clear, the error isnt being raised by
saxon but by the cml parser, saxon is just passing it on.
If your file
file:/C:/test/images_gallery.xml.html
is not well formed XML (and most files with .html extension are not well
formed) then it can not be used by any XML process.
The actual error message is saying that the file does not have a single
top level "root" element.
so either it's empty or has more than one element, or has text at the
top level or...
David
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--