Re: Calling an XML file from an XSP page

2001-08-06 Thread SoftLiban ITANI Mohamed
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

Re: Calling an XML file from an XSP page

2001-07-23 Thread Davanum Srinivas
- 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 > >

Re: Calling an XML file from an XSP page

2001-07-23 Thread Yasir Khalil Al Masri
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 > >

Re: Calling an XML file from an XSP page

2001-07-23 Thread Davanum Srinivas
Try this. See util.xsl and XSPUtil.java for the sources. Thanks, dims InputSource is = new InputSource( new FileReader( XSPUtil.relativeFilename( "votes.xml", objectModel