xsl-list
[Top] [All Lists]

Re: Attribute copy -> XSL 1.1

2005-07-12 10:11:02
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(_at_)mulberrytech(_dot_)com
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
======================================================================


--~------------------------------------------------------------------
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>