xsl-list
[Top] [All Lists]

Re: [xsl] serialized form of XML using xslt 1.0

2012-12-07 07:32:14
Great, thanks.


On 7 December 2012 12:50, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:

You output xmlns="" if the following condition is true:

$this/../namespace::*[name()=''] and not($this/namespace::*[name()=''])

Michael Kay
Saxonica


On 07/12/2012 12:24, Andrew Welch wrote:

Given:

<foo xmlns="aaa">
   <bar xmlns="">
     <bbb/>
   </bar>
   <baz/>
</foo>

What is the XSLT 1.0 way to create that exactly output as a string -
I'm struggling to think how to handle the namespaces with out the
functions from xpath 2.0.

For example, how do you avoid outputting xmlns="" for <bbb/>  ?

thanks in advance,



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--