Re: Using Java variables in Xtags select

2006-09-29 Thread Ashish Srivastava
instructions: http://jakarta.apache.org/taglibs/doc/standard-doc/standard/GettingStarted.html --- Ashish Srivastava [EMAIL PROTECTED] wrote: Hi, I am using xtags library in a JSP and am having trouble using Java variables while selecting XML nodes. The XML to be parsed is: xtags:parse id=parsed

Using Java variables in Xtags select

2006-09-28 Thread Ashish Srivastava
Hi, I am using xtags library in a JSP and am having trouble using Java variables while selecting XML nodes. The XML to be parsed is: xtags:parse id=parsed parent id=1 child id=c1 class grade=art/ class grade=science/ /child child ... /child /parent /xtags:parse

How to polulate fields in the content read from an XML document?

2004-04-23 Thread Ashish Srivastava
= /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ /_/_/_/Ashish Srivastava/_/_/_/ /_/_/([EMAIL PROTECTED])_/_/_/ /_/http://www.pranshatak.com _/ /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25ยข http

How to correctly read all the characters in XML?

2004-04-22 Thread Ashish Srivastava
Hi, I have a following XML : nm:document nm:link href=javascript:openPopup(quote;/link.htmlquot;,quot;Tipsquot;,100,100,quot;yesquot;, 0,0,0,0,0,0)/ /nm:document The jsp uses xtags library to read this XML as : a href=xtags:valueOf select=/nm:document/nm:link/@href/ The output is

textarea/textarea not rendered correctly

2004-03-30 Thread Ashish Srivastava
inside the textarea. If I add a space between textarea /textarea the page renderers correctly. Help! Thanks, -Ashish = /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ /_/_/_/Ashish Srivastava/_/_/_/ /_/_/([EMAIL PROTECTED])_/_/_/ /_/http://www.pranshatak.com

jsp code with in XML content

2004-03-29 Thread Ashish Srivastava
Hi, I wrote some page renderers for a website in jsp. The content of the page though is read from XML files. I use xtags library (using XPath) to read the XML and fill in the values in the jsp. I am new to XPaths but is it possible to add JSP codes with in the XML and when the renderer (jsp)

translate funtion with in xtags library

2004-03-25 Thread Ashish Srivastava
Hi, I have a following XML : root summary a href=javascript:window.open('..','..'...);Link/a /summary /root I am using xtags-library to read the summary as : xtags:copyOf context=... select=//summary/ All the ' are converted into apos; It works on mozilla but not Netscape 4.79. I