|
Subject: [xsl] Unwanted namespace after using COPY-OF From: gerritjan <gerritjankoekkoek@xxxxxxx> Date: Sat, 8 Jan 2005 22:11:46 +0100 |
Newbe question? This is my XSLT:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
exclude-result-prefixes="xsi"
>
<xsl:output method = "xml" indent = "yes" /> <xsl:template match="/" >
<onderwerpen>
<xsl:apply-templates select="onderwerp">
</onderwerpen>
</xsl:template>The result contains: <kenwoorden xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <inleidingtekst xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
This does not help? Any suggestions?
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Retrieving Distinct text, Michael Kay | Thread | Re: [xsl] Unwanted namespace after , António Mota |
| Re: [xsl] Not Node() but string onl, António Mota | Date | Re: [xsl] Unwanted namespace after , António Mota |
| Month |