|
Subject: [xsl] Re: Default namespace in result document From: Phil Endecott <spam_from_xslt_list@xxxxxxxxxxxx> Date: Mon, 12 Dec 2005 23:10:54 +0000 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://example.com/foo" xmlns:f="http://example.com/foo" exclude-result-prefixes="f">
<xsl:template match="/">
<root>
<xsl:apply-templates/>
</root>
</xsl:template> <xsl:template match="f:foo">
<hello/>
</xsl:template><?xml version="1.0"?> <foo xmlns="http://example.com/foo"> <blah/> </foo>
<?xml version="1.0"?> <root xmlns="http://example.com/foo"> <hello/> </root>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Re: Default namespace in , Michael Kay | Thread | Re: [xsl] Re: Default namespace in , David Carlisle |
| Re: [xsl] Concat Content of Node to, Donald M Rinderknech | Date | [xsl] Merging documents with simila, Troye Stonich |
| Month |