This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem using document() in servlet


Hi.  I'm trying to use the document() function in servlet (Apache Tomcat
with xalan 2.2) to process two files: one base file and the other custom
file.   The xsl stylesheet first processes the base file and then loads,
well is supposed to load, the custom file specific to the user.  If I try
document('userA.xml'), it gives me a MalformedURIException: No scheme found
in URI exception.  Is there a way to load a second xml document with
servlet?  Thanks.

I'm using <xsl:apply-templates select="document('userA.xml')"/>

-----------------------------------------------------------------
Terry Shikano, Ph.D.
ClickFox LLC
shikano@clickfox.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]