[Home] [By Thread] [By Date] [Recent Entries]
Hi,
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. I've tried things like this: <xsl:stylesheet version="2.0" .... xmlns:my=""> <xsl:template match="my:*"> ... rsp. <xsl:stylesheet version="2.0" .... xmlns:my="#default"> <xsl:template match="my:*"> ... but unfortunally it seems not to be working. Maybe the solution is obvious - can anybody please give me a hint? thanks, Siegfried
|

Cart



