xsl-list
[Top] [All Lists]

Re: [xsl] Cannot have an attribute node (style) whose parent is a document node

2008-11-06 15:02:39
               <p>
                       <xsl:if test="w:pPr/w:pStyle/@w:val">
                               <xsl:attribute name="style"><xsl:value-of

Saxon Error:

java.lang.RuntimeException: Error: at xsl:attribute on line 20 of
file:///c:/Test/test.xsl:
 XTDE0420: Cannot have an attribute node (style) whose parent is a
document node


Took a few minutes this one... looked really odd - but I think its
because you have xml:space="preserve" on the root element of the
stylesheet, so you add a <p> to the result, then add a whitespace text
node, then try and adding an attribute by which time its too late.




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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