|
Subject: [xsl] Node renaming problem From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx> Date: Wed, 09 Oct 2002 15:26:49 -0600 |
<m:math>
<m:apply>
<m:power/>
<m:ci>x</m:ci>
<m:cn>2</m:cn>
</m:apply>
</m:math>This is the result using MSXSL4.0:
<m:math xmlns="">
<m:apply xmlns="">
<m:power xmlns="" />
<ci>x</ci>
<cn>2</cn>
</m:apply>
</m:math>1) How should I properly check to see if the current node is a text()? 2) How do I avoid the unnecessary xmlns="" attributes? 3) Am I overcomplicating everything?
Greg Faron Integre Technical Publishing Co.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] XSLT Processor - root nod, Lopez, William | Thread | Re: [xsl] Node renaming problem, David Carlisle |
| Re: [xsl] Namespace, J.Pietschmann | Date | Re: [xsl] Abbreviated form of XSLT?, Jirka Kosek |
| Month |