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