Re: [xsl] xslt component

Subject: Re: [xsl] xslt component
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 23 Jun 2003 21:41:15 +0200
Ai, Larry wrote:
Currently the method returns a string and now I am looking for a way to have
the method to return a Document which is a parsed XML tree for the SVG.

One possiblity is to use a custom URIResolver filtering on a custom protocol, which returns a SAXSource with either an XML parser applied to your SVG data string, or directly getting SAX events fired by the SVG generator.

J.Pietschmann


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



Current Thread