Subject: RE: call apply-templates to an external file
From: "Lars Huttar" <lars_huttar@xxxxxxx>
Date: Fri, 13 Jun 2003 11:51:48 -0500
|
abbouh wrote:
> > is it possible to call apply-templates to an external file like:
> > <xsl:apply-templates select="document('extern.xml'))//docbody"/>
and:
> but i receive this error:
> Line #102; Column #92; Can not load requested doc: no protocol:
> dicopartmodule\dicopartmodule.dtd
>
> my input file has the dicodoc DTD and the external file has the
> dicopartmodule DTD.
Try changing "\" in your path to "/". Does that help?
Lars
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|