I am new to XML. I have created an XML file from an ADO recordset, and an XSL file to transform it, and am using vbscript to use the MSXMLDOM object to do the transforming. I have two templates in the XSL file match="/" and match="z:row". The root template produces the header output fine, but hte z:row match does nothing.
I have been reading solidly for 3 days now, and cannot see what I am doing wrong. I have also found example code on the web, that strongly resembles what I am trying to do. Can someone give me an example of an XSL file that transforms all z:rows of an ADO generated XML file to HTML text fields, setting the value of the text field to the value of the z:row first field?
Thanks in advance
Charlie
I have been reading solidly for 3 days now, and cannot see what I am doing wrong. I have also found example code on the web, that strongly resembles what I am trying to do. Can someone give me an example of an XSL file that transforms all z:rows of an ADO generated XML file to HTML text fields, setting the value of the text field to the value of the z:row first field?
Thanks in advance
Charlie