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

Usage of older XSL version

Subject: Usage of older XSL version
From: Ivar Snaaijer <i.snaaijer@xxxxxxxxxxxx>
Date: Fri, 12 May 2000 17:43:05 +0200
xsl version
I must write a simple converter from XML to a word document that will be
working from within Word ( 7 .. 2000 ) I would like to use XSL 'role' to
point to the correct 'Style' in the Word template. 

This gives me a few questions...

I bougth a component that interprets XML an can Convert via XSL (From
CUESoft) their XSL components support the novermber 98 draft version of XSL.
I can ask for the role property but it's containd in a 'inline-sequence'
element. ( see code below :-) )
In my (newbie ?) opinion that's a bit messy because of the diffrences in
version.

Does anyone know an other XML/XSL parser implementation for delphi ?

Can I use 'inline-container' as the same kind of thing as 'inline-sequence'
or will someone who knows how to program in XSL flame me to a crisp ?

Is the use of 'role' as identifier for a Style in Word just a tiny bit
accepted ?

<xsl:stylesheet>
  <xsl:template match="Kop">
    <fo:inline-sequence role="Kop 1">
    </fo:inline-sequence>
  </xsl:template>
  <xsl:template match="identificatie">
    <fo:inline-sequence role="Kop 2">
    </fo:inline-sequence>
  </xsl:template>
</xsl:stylesheet>

Met vriendelijke groet,

Ivar Snaaijer


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


Current Thread

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.