Subject: RE: multilanguage support easily or including xml data dynamically
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 9 Jun 2000 10:16:23 +0100
|
>
> How do you get this to work? I tried it exactly the way you wrote it,
> but this appears:
>
> saxon XMLNumberData.xml LangTest.xsl
> Fatal error reported by XML parser: Illegal processing instruction
> target (found
> "xml")
> URL: file:/E:/WORK/Programs/Develop/XML/saxon/LangTest.xsl
> Line: 2
> Column: 2
> Error preparing style sheet
> Illegal processing instruction target (found "xml")
>
> Should I have changed something?
The response contained several documents each starting with an XML
declaration
<?xml version="1.0"?>
I suspect you entered these as a single document. My guess is that the
parser is complaining about finding an XML declaration that isn't at the
start of the file.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|