xsl-list
[Top] [All Lists]

Attribute copy -> XSL 1.1

2005-07-12 00:45:20
Hello List,

I've a node, and want to copy all attributes stored in an variable into the
node.
<fo:table-cell border-left="{$ATBLayout/Border}" >       
  <xsl:copy-of select="$flowAttributes/@*"/>
...
</fo:table-cell>

But once I start the saxon processor, I get a errormessage saying:
"Cannot write an attribute node when no element start tag is open"

How can I copy the attributes into the node?

Thank you!

Jan

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>