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

Apply templates + "match all" template

Subject: Apply templates + "match all" template
From: Gustaf Liljegren <gustaf.liljegren@xxxxxx>
Date: Thu, 27 Jun 2002 16:12:34 +0200
template match all
Hello all,

I'm making a map from one DTD to another, a pure XSLT task for once. Since
I've not yet dealt with the whole source DTD, I have this template at the end:

  <xsl:template match="*"/>

The only thing I have done so far are lists and inline content, so in the
root node match I write:

  <xsl:template match="/">
    <doc>
      <xsl:apply-templates select="list"/>
    </doc>
  </xsl:template>

I thought this would make the lists appear and nothing else, but the only
thing I get is:

<?xml version="1.0" encoding="iso-8859-1"?><doc/>

If I remove both the select="list" and <xsl:template match="*"/> I get the
lists, but also all the other content with no markup.

Gustaf


 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.