Hi
*** Cross posted with xml forum ***
I am just dipping into xml for one project so I hope an expert here can help me. I need to produce a VB6 prog to edit an existing .xsl file, which is part of a much bigger project, allowing the user to input his address details. The xsl file consists of many lines of comment then the active lines like:
<xsl:variable name="Address1">1</xsl:variable>
I want to replace the 1 with a cdata statement that the user enters. So far so good. My problem is that I can read the value of each variable using MSXML.DOMDocument, but I cannot read the variable name - i.e. "address1" , "address2" etc.
Any suggestions welcome - I'm sure I am missing something very obvious
*** Cross posted with xml forum ***
I am just dipping into xml for one project so I hope an expert here can help me. I need to produce a VB6 prog to edit an existing .xsl file, which is part of a much bigger project, allowing the user to input his address details. The xsl file consists of many lines of comment then the active lines like:
<xsl:variable name="Address1">1</xsl:variable>
I want to replace the 1 with a cdata statement that the user enters. So far so good. My problem is that I can read the value of each variable using MSXML.DOMDocument, but I cannot read the variable name - i.e. "address1" , "address2" etc.
Any suggestions welcome - I'm sure I am missing something very obvious