|
Subject: [xsl] how to define a namespace-prefix for null-namespace From: Siegfried Baiz <baiz@xxxxxxxxx> Date: Thu, 17 Mar 2005 18:38:02 +0100 |
I have to transform an input-xml-document, whose schema doesnt define an target-namespace. i.e the xml-instance includes xsi:noNamespaceSchemaLocation="http://www....
In my XSLT-stylesheet I wanted to define a xmlns-prefix for that null-namespace, in order to be independent of coming namespace-changes.
<xsl:stylesheet version="2.0" .... xmlns:my=""> <xsl:template match="my:*"> ...
<xsl:stylesheet version="2.0" .... xmlns:my="#default"> <xsl:template match="my:*"> ...
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Using javascript to pass , Maria Amuchastegui | Thread | Re: [xsl] how to define a namespace, David Carlisle |
| Re: [xsl] XSL Previous Node, Jon Gorman | Date | RE: [xsl] Using javascript to pass , Pieter Reint Siegers |
| Month |