Hello Cocooners,
I want to call an xml resulted of a jsp page and embed its content into my
xsp page.
Here u suggested something like :
InputSource is = new InputSource(
new FileReader(
XSPUtil.relativeFilename(
"file.xml
- Original Message -----
> From: Davanum Srinivas <[EMAIL PROTECTED]>
> Date: Monday, July 23, 2001 3:23 pm
> Subject: Re: Calling an XML file from an XSP page
>
> > Try this. See util.xsl and XSPUtil.java for the sources.
> >
> > Thanks,
> > dims
> >
hing to do?
Thank you again
- Original Message -
From: Davanum Srinivas <[EMAIL PROTECTED]>
Date: Monday, July 23, 2001 3:23 pm
Subject: Re: Calling an XML file from an XSP page
> Try this. See util.xsl and XSPUtil.java for the sources.
>
> Thanks,
> dims
>
>
Try this. See util.xsl and XSPUtil.java for the sources.
Thanks,
dims
InputSource is = new InputSource(
new FileReader(
XSPUtil.relativeFilename(
"votes.xml",
objectModel