xsl-list
[Top] [All Lists]

Re: [xsl] Merging multiple documents and combining their nodes

2007-06-14 09:43:33
Hi David,

Would you mind sending me your stylesheet?  You're getting the output
I want, but I'm still getting empty output, after I remove the "(".
:-S

Thanks,
Mark


On 6/14/07, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

> Does anyone see what is missing?
Nothing misssing, just bad stuff added.



$ saxon file.xml file.xsl
Error at xsl:copy-of on line 16 of file:/c:/tmp/file.xsl:
  Cannot write an attribute when there is no open start tag
Transformation failed: Run-time errors were reported


which is due to the literal "(" you inserted before copying the attributes

(<xsl:copy-of select="@*|

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