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 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
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
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
>
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
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