Hi!

I am using metadata in an xsl Transformation.

No problem to insert metadata as a text value of an element:

<tag>
  <meta:value element="element-name"
           ns="http://somedomain.ch/meta";
           default="default-value"
           uuid="[EMAIL PROTECTED]"
           lang="{$language}"/>
</tag>

What I couldn't figure out: is there a possibility (or trick...) to insert the metadata in an attribute? Having the metadata in an attribute would make the subsequent xsl where the metadata is interpreted much cleaner in my case.

xsl:attribute did not help (as <meta... is not a valid child element of xsl:attribute).

Help is appreciated!

TIA

Jürgen





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to