|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: document function
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) <=
|
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
|
| Atom 0.3 |
|
|