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: exclude-result-prefixes


Now it works for me too. I forgot to include namespace decl. in XML
source....
Stupid for me ;)
But I steel can not get xslns from root.
I have 
<root xmlns:ns="URI" xmlns:ns2="URI2">
  <ns:sometag param="value"/>
</root>

I get 
<root xmlns:ns="URI" xmlns:ns2="URI2">
  <somatag param="value"/>
</root>

so the ns decl. from document are gone but they are steel in the root tag.
Can I drop it somehow from root tag???

Thanks

Dmitri
> -----Original Message-----
> From: Jarno.Elovirta@nokia.com [mailto:Jarno.Elovirta@nokia.com]
> Sent: Monday, September 17, 2001 2:05 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] exclude-result-prefixes 
> 
> 
> Well, are you using exclude-result-prefixes correctly in the 
> first place -
> e.g. are you trying to exclude namespace declarations for 
> namespaces that
> are used in the document? 
> 
> Jarno
> 
> > it seems not working with xalan...
> > 
> > > -----Original Message-----
> > > From: Jarno.Elovirta@nokia.com [mailto:Jarno.Elovirta@nokia.com]
> > > Sent: Monday, September 17, 2001 1:39 PM
> > > To: xsl-list@lists.mulberrytech.com
> > > Subject: RE: [xsl] exclude-result-prefixes 
> > > 
> > > 
> > > > Where should i put "exclude-result-prefixes" in stylesheet???
> > > 
> > > http://www.w3.org/TR/xslt#stylesheet-element
> > > 
> > > Jarno
> > > 
> > >  XSL-List info and archive:  
> > http://www.mulberrytech.com/xsl/xsl-list
> > > 
> > 
> >  XSL-List info and archive:  
> http://www.mulberrytech.com/xsl/xsl-list
> > 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 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]