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

Re: XML namespaces and XSLT

  • From: "G. Ken Holman" <gkholman@C...>
  • To: xml-dev@l...
  • Date: Mon, 30 Apr 2001 18:55:06 +0800

namespaces in xslt
XSL, XSLT and XPath questions would be better posted to the following list:

   http://www.mulberrytech.com/xsl/xsl-list

There are a number of subscribers who would enthusiastically respond to 
such questions.

There is also an *excellent* FAQ at:

   http://www.dpawson.co.uk

At 01/04/30 12:15 +0200, Kris Vloeberghs wrote:
>I've got an XML file here wich makes use of two different namespaces.  This
>file has to be parsed by XSLT, but there seems to be a problem.
>
>example 1:
>...<xsl:template match="/">
>   <html><head><title>OAI</title></head>
>     <body><table width="80%" align="left" cellspacing="0" cellpadding="1"
>border="1">
>       <xsl:for-each select="GetRecord/record/metadata/dc">
>
>This works perfectly when I remove all namespace declarations from my source
>XML doc.

Then your source file elements are in *no* namespace, not in the default 
namespace.

>example 2: ==> the differences are in 'template match' and 'for-each'
>...
><xsl:template match="GetRecord/record/metadata">
>   <html><head><title>Open Archive Initiative</title></head>
>     <body><table width="80%" align="left" cellspacing="0" cellpadding="1"
>border="1">
>       <xsl:for-each select="dc">
>
>This version works with the original XML-doc, but all the HTML tags included
>in my XSLT-file seem to be ignored.
>
>So, no tables are generated.  All the
>data coming from the XML-doc are presented as one line.

Right ... because none of the template rules are being matched.

You have to remember that the use of no namespace prefix in an XPath 
expression will only select nodes in no namespace, not nodes in the default 
namespace.

If your source document has a namespace for the elements (even if the 
elements use the default namespace), then your XPath expressions *must* use 
namespace prefixes.

Try:

   <xsl:template match="n:GetRecord/n:record/n:metadata">

with the appropriate namespace declaration.

I hope this helps.

....................... Ken


--
G. Ken Holman                      mailto:gkholman@C...
Crane Softwrights Ltd.               http://www.CraneSoftwrights.com/x/
Box 266, Kars, Ontario CANADA K0A-2E0     +1(613)489-0999   (Fax:-0995)
Web site:     XSL/XML/DSSSL/SGML/OmniMark services, training, products.
Book:  Practical Transformation Using XSLT and XPath ISBN 1-894049-06-3
Article: What is XSLT? http://www.xml.com/pub/2000/08/holman/index.html
Next public instructor-led training:      2001-05-01,05-14,05-15,05-16,
-                       05-17,05-21,05-22,06-18,06-21,07-20,07-21,09-19

Training Blitz: 3-days XSLT/XPath, 2-days XSLFO in Ottawa 2001-06-18/22


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.