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

Selecting namespaces

Subject: Selecting namespaces
From: "belangour abdessamad" <abdessamad.belangour@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 11:35:10 +0100
 Selecting namespaces
Thanks for answering me,
I have litteraly written the result, it did suceed. but the problem is that
all the namespaces on  the <xsl:stylesheet> element also appear on the
result file.
What do i have to do to select namspaces that have to appear on the result
file and to forbid the others to appear?
Thanks again.


> The easiest thing to do is just use a literal result element like:
>
> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> targetNamespace="MyDoc" xmlns:my="MyDoc"
> elementFormDefault="qualified">
> ...
> </xsd:schema>
>
> Usually, I'd put the namespace declarations that I want to appear in
> the output on the <xsl:stylesheet> element, so something like:
>
> <xsl:stylesheet version="1.0"
>                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>                 xmlns:my="MyDoc">
>
> <xsl:template match="/">
>   <xsd:schema targetNamespace="MyDoc"
>               elementFormDefault="qualified">
>     ...
>   </xsd:schema>
> </xsl:template>

 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.