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

Re: Templates aplied to namespaces

Subject: Re: Templates aplied to namespaces
From: "Mark D. Anderson" <mda@xxxxxxxxxxxxxx>
Date: Sun, 19 Dec 1999 12:37:20 -0800
rssaplied.com
i'm doing exactly this, successfully, so it must be some small
detail. 

in this case, it'd be something like this:
<xsl:stylesheet 
		version="1.0" 
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:whatever="http://www.somewhere.com/mynamespace"
        exclude-result-prefixes="whatever"
>
<xsl:template match="//whatever:title">
....

xsl has no way to separately specify a default input and output
namespace, which is a bit of a pain. so if your result namespace
is not also "whatever", you end up having to have explicit
prefixes for all your select expressions, as shown above.

if your result namespace *is* the same (and not html or
something) then specifying xmlns="http://www.somewhere.com/mynamespace"
in the xsl:stylesheet, and not using any prefixes should also 
work.

but you have to do something -- xsl is very much namespace aware
and that element that looks like "title" isn't really....

-mda


 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.