Clay Leeds wrote:
<fo:flow flow-name="xsl-region-body">
<xsl:apply-templates select="//ATOM"/>
...
Notice it shows "//ATOM"? Since "ATOM" is the root element ("/ATOM"),
this could be problem (I'm not sure, though).
Using "//" in front of an XPath expression man cause a performance
problem, but it wont cause XML parser errors (that's what a "can't
find document element" ought to be).
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]