xsl-list
[Top] [All Lists]

Re: document function

2003-08-13 11:51:52
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



<Prev in Thread] Current Thread [Next in Thread>