[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xslt component

Subject: RE: xslt component
From: "Ai, Larry" <lai@xxxxxxx>
Date: Mon, 23 Jun 2003 15:08:41 -0400
xslt component
Yes, I run my XSLT processor SAX-pinelined to the FO processor.

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.

I try not to use a temporary file to hold the SVG data.

Larry

-----Original Message-----
From: J.Pietschmann [mailto:j3322ptm@xxxxxxxx]
Sent: Monday, June 23, 2003 2:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  xslt component


Ai, Larry wrote:
>             <xsl:template name="getsvg">
>                 <xsl:param name="data"/>
>                 <xsl:value-of select="string(convert:getSVG($data))"/>
>              </xsl:template>
...
>      However, this approach does not work and I am not sure what went wrong!

I'm not sure either, but I guess you run your XSLT porcessor
SAX-pipelined to the FO processor, which gets a string rather
than a parsed XML tree for the SVG.
Try to run the XSLT standalone, save the result to a file, and
check whether the resulting file can be processed by your FO
processor. This won't help you much for solving your original
problem directly. There are, however, several approaches to solve
your original problem. I'd need some more details on how you are
running your software for this: does it run batch/CLI or embedded,
in case of the latter: which framework, can you use an URL to
acess the SVG data, can you plug a custom URIResolver into your
XSLT processor etc.

J.Pietschmann



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

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


Current Thread
  • xslt component
    • Ai, Larry - Mon, 23 Jun 2003 13:51:56 -0400 (EDT)
      • <Possible follow-ups>
      • Ai, Larry - Mon, 23 Jun 2003 15:09:32 -0400 (EDT) <=
      • Ai, Larry - Mon, 23 Jun 2003 16:22:25 -0400 (EDT)

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.