This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: multilanguage support easily or including xml data dynamically


> 
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]