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

Re: MSXML 3.0 XSLT. Does it work?

Subject: Re: MSXML 3.0 XSLT. Does it work?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 12 Jul 2000 12:05:39 GMT
Re: MSXML 3.0 XSLT. Does it work?
> In the application the disable-output-escaping is set to "yes". 
But as I said, The XSL system is explictly allowed to ignore this
attribute, so it is rarely a good idea to rely on it.

>  I am (mis)using XSLT to
> product MIF output (Maker Interchange Format) for FrameMaker which is not
> well-formed.

Then use the text output method not XML output.

> Is it possible to switch these rules off?
Just define them to be something else, for example:

<xsl:template match="*">hello</xsl:template>
<xsl:template match="text()">good bye</xsl:template>


> as above, I do not want in my output the text values of b and c, just
> because there is no match.

well you could make the default * template as above, without the hello
but your stylesheet would probably be clearer if instead of applying
templates to things you don't want, you just apply them to things you do

  <xsl:template match="a">
          <xsl:apply-templates select="d"/>
     </xsl:template>

David


 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.