Re: Does XMLDocument use just XSLT 1.0 or XSLT 2.0 also?

2007-01-28 Thread Stephen Tallent
Gary Edge wrote: Does anyone know if the XMLDocument class will work with XSLT 2.0 stylesheets? I'm using 1.0 stylesheets just fine, but I thought I'd aask before I added 2.0 functions to them. Just 1.0 -stephen ___ Unsubscribe or switc

Does XMLDocument use just XSLT 1.0 or XSLT 2.0 also?

2007-01-27 Thread Gary Edge
Does anyone know if the XMLDocument class will work with XSLT 2.0 stylesheets? I'm using 1.0 stylesheets just fine, but I thought I'd aask before I added 2.0 functions to them. Gary ___ Unsubscribe or switch delivery m

Re: XMLDocument

2006-07-01 Thread John Balestrieri
ument fires) before you use the DOM parser (XMLDocument class). John On Jul 1, 2006, at 12:28 PM, Chris Little wrote: on 7/1/06 11:53 AM, Mark Walker at [EMAIL PROTECTED] wrote: Hi All i have a problem with the XMLDocument class. i have a TCPSocket which downloads an xml file from the web

Re: XMLDocument

2006-07-01 Thread Chris Little
on 7/1/06 11:53 AM, Mark Walker at [EMAIL PROTECTED] wrote: > Hi All > > i have a problem with the XMLDocument class. > > i have a TCPSocket which downloads an xml file from the web. In the > PageReceived event, I create, and assign the 'content' of the page >

XMLDocument

2006-07-01 Thread Mark Walker
Hi All i have a problem with the XMLDocument class. i have a TCPSocket which downloads an xml file from the web. In the PageReceived event, I create, and assign the 'content' of the page (the xml) to an XML document I create. On reading the Language reference, I thought tha

Many questions about XMLDocument

2006-04-13 Thread Ian R
Hey all. In the online LR, it says that that XmlDocument.Transform returns a string. In my printed copy, it says it returns an XmlDocument. I think it's returning a String, but I also haven't successfully run Transform...which is correct? Moving on, I've been trying to