Subject: RE: document function
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 13 Aug 2003 18:39:44 +0100
|
> in my xsl file i use this instruction:
> <xsl:apply-templates
> select="document(concat($rep_in,'/',string($vdicopartmod/attri
> bute::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.
Many things could be the problem, but my guess is that the document you
are trying to load does not contain well-formed XML.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|