Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: XSL Transformation on an XML document with namespace

From: BjrnTerjeSvennes@-----------.---------.---
To: NULL
Date: 10/5/2006 2:08:00 AM

Do you know if there is a way to programatically tell the XSL-file which 
namespace to use? The transformation works if I specify 
xmlns:pf="http://tempuri.org/ArchiveDataSet.xsd", but the namespace might 
change from time to time.

"Martin Honnen" wrote:

> 
> 
> Bjørn Terje Svennes wrote:
> 
> 
> > I'm using XslCompiledTransform to transform my XML file. The XSLT-file 
> > retrieves values using xsl:value-of. The problem is that nothing is returned. 
> > The XML-file contains a namespace definition:
> > 
> > <root xml:ns="http://www.namespace.com/file.xsd">
> > </root>
> > 
> > If I remove the xml:ns part, the transformation works okey.
> 
> A namespace declaration would be
>    <root xmlns="http://www.namespace.com/file.xsd">
> or
>    <root xmlns:prefix="http://www.namespace.com/file.xsd">
> but not what you have shown.
> If you have something like
>      <root xmlns="http://www.namespace.com/file.xsd">
> then look at
> <http://www.faqts.com/knowledge_base/view.phtml/aid/34022/fid/616>
> which explains how to write XPath expressions to select/match elements 
> in certain namespace.
> 
> -- 
> 
> 	Martin Honnen --- MVP XML
> 	http://JavaScript.FAQTs.com/
> 


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent