Hey All,
I'm trying to read an xml file and use a value in one of the tags as a variable in my code (a string to be exact)
In detail; I'm trying to load a xml file called "config.xml". Then I'm trying to get a value that is at "/module/pageinfo/login/xslfile". I want to use the value in <xslfile></xslfile> (this holds the name of my xslfile) to load the appropriate xsl file.
Any help would be much appreciated.
Thanks!
Brent Watson.