Re: [xsl] Passing params to XSLT from Java - Exception

Subject: Re: [xsl] Passing params to XSLT from Java - Exception
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 04 Dec 2002 21:55:44 +0100
jm0019@xxxxxxxxxxxxxxxxxx wrote:
I am trying to pass params to a xsl stylesheet from a Java application. It falls over with the following error
"org.xml.sax.SAXParseException: Content is not allowed in prolog."
Usually this means there is whitespace, in often a line feed before the
XML declaration, i.e. before...

<?xml version="1.0" encoding="UTF-8"?>
  ^^^ ...here
Check this first.

J.Pietschmann


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread