xsl-list
[Top] [All Lists]

RE: Transform XML

2003-04-30 12:02:11
Hi

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Karl J. Stubsjoen
Sent: Wednesday, April 30, 2003 5:29 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Transform XML


I'v not seen the squigly brackets before... is this an 
alternative syntax to something else?

    <FLD name="{(_at_)name}"/>

Karl


ALSO (off topic a bit):
But does anyone have experience with MSXML and using the 
IXSLProcessor to output to a DomDocument?

(seems a bit on topic - since I'm using xslt to transform xml 
to xml, but need to return an xmlDomDocument)

Just point the IXSLProcessor.output to a DOMDocument

Something like:

...
Dim proc as IXSLProcessor
Dim res as DOMDocument

...
Proc.output = res
Proc.transform

Hope that this helps you



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list