Hi there. I dont get to tranform directly from XML to a PDF file. I tried to execute the simplest example... but I cannot do it. I get this exception: Content is not allowed in prolog. What is the meaning of that?
Thanks in advance.
My xsl file is: ******************************************* <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
My xml file is: ******************************************* <?xml version = '1.0'?> <ATOM> <NAME> Plata </NAME> </ATOM> *******************************************