Thanks to everybody. Finally I found the problem. I got a new JDK, JDK 1.4.1_02-b06, and it worked inmediately. I suppose I had some kind of parsing problem, solved in this new JDK release. If I find what was happening exactly, I will post it to you. Thanks again.
BR Oscar Cristobal. -----Mensaje original----- De: J.Pietschmann [mailto:[EMAIL PROTECTED] Enviado el: lunes, 29 de diciembre de 2003 18:37 Para: [EMAIL PROTECTED] Asunto: Re: How to use XSL-FOP-Java together 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
