xsl-list
[Top] [All Lists]

Re: Test for current node being an element or attribute?

2002-12-10 08:36:48
David Carlisle wrote:
To point it out: I have to manipulate the contents of the nodes and
therefor I apply <xsl:element name="{name()}"> and
<xsl:attribute name="{name()}"> on these specific nodes

<xsl:copy>

in both cases and it'll do the right thing.

David


I have to manipulate the text content of these nodes (for the ones,
that have "[]" around themselves, I use a separate lookup table,
replacing the actual [value] by the one I found).

...
<arc:ReferenceSet>
 <arc:Reference linkId="[parentdokid]" refType="parent-pointer"/>
</arc:ReferenceSet>
...
<arc:KeywordSet>
 <arc:Keyword>[selektormax]</arc:Keyword>
...

I don't think this is possible with xsl:copy - or am I wrong?

Regards,
Georges Schmitz


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list