Subject: RE: Using a variable as the xml node - ignore my previous mail
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 24 Mar 2006 15:36:50 -0000
|
> Here is the problem:
>
> In my xsl, I'm referring to a configuration file which
> is an xml file.
>
> 1000ConfigFile.xml:
>
> <ConfigFile>
> <100Code>Hundred<100Code>
> <200Code>Twohundred</200Code>
Your first problem is that the configuration file is not an XML file.
XML element names cannot begin with a digit.
Michael Kay
http://www.saxonica.com/
|