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

RE: Namespaces and XML

Subject: RE: Namespaces and XML
From: RSuiter@xxxxxxxxx
Date: Thu, 19 Apr 2001 14:12:26 -0500
RE:  Namespaces and XML
Sara,
You got it, except that a gremlin changed what you meant in the second xsl
snippit (which was >> name="lnv:COURTCASE" << into >> match="lnv:COURTCASE"
<<

Rick Suiter




sara.mitchell@xxxxxxxxx@l... on 04/19/2001 02:05:46 PM

Please respond to xsl-list@xxxxxxxxxxxxxxxxxxxxxx

Sent by:  owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To:   xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc:
Subject:  RE:  Namespaces and XML


Yes, it's something very basic. You have:

<xsl:call-template name="lnv:COURTCASE"/>

which means that the processor then looks for a
template like this:

<xsl:template match="lnv:COURTCASE">   <!-- Here's where the gremlin struck
-->
...
</xsl:template>

But in your stylesheet, what you actually  have is

<xsl:template match="lnv:COURTCASE">
...
</xsl:template>

You either need to make 'match' be 'name' or you
need to change the <xsl:call-template ...> to be
<xsl:apply-templates select="lnv:COURTCASE"/>.

Sara

 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

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.