Subject: Re: document function
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 13 Aug 2003 20:51:52 +0200
|
abbouh wrote:
in my xsl file i use this instruction:
<xsl:apply-templates
select="document(concat($rep_in,'/',string($vdicopartmod/attribute::docref),'.xml'))//docbody"/>
but i receive this error:
file:///var/tmp/test.xsl; Line #1866; Column #118; Can not load
requested doc: Content is not allowed in prolog.
what can be the problem?
If you are using a somewhat older JDK 1.4, and you are sure your
XML document is well formed, try
- upgrade to a more recent JDK, or get the most recent Xalan and
install it with the JDK
- use an encoding other than UTF-16
- get rid of the BOM if you are already using UTF-8
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
abbouh - Wed, 13 Aug 2003 14:31:07 -0400 (EDT)
J.Pietschmann - Wed, 13 Aug 2003 14:52:30 -0400 (EDT) <=
|
|