An XML Node and the "http://www.w3.org/1999/XSL/Transform" n

admin

Administrator
Staff member
Environment:MSXML 3.0VB 6.0 sp4IE 5.0 and 5.5NT 4.0 sp6aProblem:. If I use the "TransformNode" method on and a DOMDocument object the resultis HTML (what I expect per my XSLT Stylesheet). But if I do a "SelectSingleNodeand then use "transFormNode" method on the resulting IXMLDOMNode the resultis pure data, no HTML tags or formating of any kind. WHY?????Possible Solutions:1. Load the resulting nodes xml into a DOMDocument. (If I do this then Iloose all parent information. Which I need for my HTML)2. Use the "http://www.w3.org/TR/WD-xsl" name space. (If I do this thenI can not use the "xsl:variable" tag for creating my comboboxes.)Questions:1. Am I doing something stupid? :)2. Is there a different namespace I could use?Any help would be much appreciated!!!Thanks,Rob.
 
Back
Top