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

Re: How to output a xmlns:prefix attribute (special ca

Subject: Re: How to output a xmlns:prefix attribute (special case)
From: William Lam <xeenman@xxxxxxxxx>
Date: Wed, 11 Jul 2001 18:21:31 -0700 (PDT)
xmlns attributes
This will allow you to put the xmlns:prefix attribute
in SAXON

<xsl:attribute name="prefix:blah"
namespace="URI">blah</xsl:attribute>

However, you will be left with this:

xmlns:prefix="URI" prefix:blah="blah"

So, if you can live with the blah, this is the way to
go.  Otherwise switch to Xalan, and you can just do a

<xsl:attribute name="xmlns:prefix"
namespace="">URI</xsl:attribute>

Note:  Xalan does not conform to the XSLT standard in
this aspect.

--- Richard Gruet <rgruet@xxxxxxxxxxxxx> wrote:
> Hi all,
> 
> I'm trying to generate a XML-Schema from a
> definition in a custom
> language of my own (itself validated by an
> XML-Schema), using an XSLT
> stylesheet.
> Because my language allows some kind of "imports"
> that will be
> translated to xsd:import elements + xmlns:prefix
> attributes in the
> generated schema, I need to add the xmlns:prefix
> declarations to the
> output xsd:schema element.
> 
> Unfortunately, as I am generating xml (not mere
> text), the XSLT
> processor (Saxon 6.4, but it is probably a general
> rule) prevents me to
> do this, by forbidding to add this particular
> attribute. Instead, it
> detects output elements or attributes whose names
> are qualified with a
> prefix, and inserts automatically the corresponding
> xmlns:prefix
> declarations in the output top element.
> 
> But it does not work for me, since the references to
> the qualified types
> occur only as *values* of an attribute, not directly
> as element or
> attribute names, e.g in:
> 
> <xsd:complexType name="prefix:typeName">
> 
> ..in that case, the XSLT processor does not know
> that it should include
> a xmlns:prefix declaration in my top xsd:schema
> element, and anyway it
> would not know where to take the URI for that
> namespace (I won't declare
> *every* possible namespace on the planet in my
> stylesheet ;-).
> 
> So I'm stuck: the processor prevents me to put
> explicitely xmlns
> declarations, but OTOH does not do it by itself, so
> what to do ?
> Should I switch to text output mode to bypass the
> controls ? Is there a
> clevier way to proceed ?
> 
> Thanks for any advice,
> 
> Richard Gruet
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

 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.