[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Cannot have an attribute node (style) whose parent
> <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/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|