This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Embedding stylesheet PI


Arie,
You can't do it without looking for the pi. Having looked for and found the
stylesheet pi load the href into a dom and then do a transform on the xml
using the stylesheet dom.
Check out www.bayes.co.uk/xml/index.xml utils section for various examples
on how to do this.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Arie Golos
>Sent: 14 August 2000 12:42
>To: xsl-list
>Subject: Embedding stylesheet PI
>
>
>Hello, all. A question to MSXML specialists:
>
>My JScript app receives an XML with an embedded stylesheet PI
>using theXMLHTTP request.
>I wonder if somebody can send me a piece of java script code for
>MSXML that transforms it and throws it on the screen.  Somehow,
>I am convinced that I can do it without looking for the PI in the
>received
>document and doing the transform myself (like the MS help pages show)
>
>Arie Golos
>agolos@emc.com
>
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]