Re: [xsl] Attribute copy -> XSL 1.1

Subject: Re: [xsl] Attribute copy -> XSL 1.1
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 12 Jul 2005 13:11:02 -0400
Jan,

There's something wrong in the code you're not showing us, because what you are showing us appears to be fine.

Double-check to make sure the copy-of instruction is what's causing the error (don't trust the line number; a remove-and-try-again test is the best), and if it is, post the entire template.

Good luck,
Wendell

At 03:45 AM 7/12/2005, you wrote:
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?


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread