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: MSXML 3.0 XSLT. Does it work?




> From: owner-xsl-list@mulberrytech.com
> [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of sotiris@ctl.com.cy
> Sent: Wednesday, July 12, 2000 12:36 PM
> To: xsl-list@mulberrytech.com
> Subject: Re: MSXML 3.0 XSLT. Does it work?
>
>
>
> Hi David,
>
> Thanks for your reply,
>
> This is a sample XML and stylesheet I have generated from an application I
> am developing, to illustrate the problem that I have.  In the application
> the disable-output-escaping is set to "yes".   I am (mis)using XSLT to
> product MIF output (Maker Interchange Format) for FrameMaker which is not
> well-formed.
>
> I simply switched it to "no"  so that when testing on IE5 it wouldn't be
> complaining that it can't parse the transformation result.
>
> If understand that if the template rules don't match at all, then default
> template rules apply (another subscriber explained this to me).  Is it
> possible to switch these rules off?

try

<xsl:template match="*" />

this gives you an empty default template for all element nodes which are not
matched by a more specific match.

Juoian


 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]