Use of "&" in XML document

admin

Administrator
Staff member
I am trying to pass two parameters to an SQL template from an XML doc as follows:xmldoc.load("mydoc.xml?Parm1=8&Parm2=9")When I enter "mydoc.xml?Parm1=8&Parm2=9" in the browser the query works.I replace the "&" with it's escape sequence "&" within the XML documentbut the query does not return data.Would anyone please be able to tell me what I am doing wrong?
 
Back
Top