This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: namespace declaration missing in output


Philip Strube wrote:

> Hi all,
> 
> my problem is: if I add an attribute with a namespace, no
> namespace-declaration
> is generated. (If I add an element, everything is ok.)
> 
> desired output:
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <one fiscus:objectID="1" xmlns:fiscus="http://www.fiscus.de">
>   <two fiscus:objectID="2">
>     <three fiscus:objectID="3">drei</three>
>   </two>
> </one>
> 
> 
> 
take a look at the namespace area in dpawson faq
http://www.dpawson.co.uk/xsl/N5536.html#N28221

,jim fuller


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]