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]

RE: Cant get Value


Sheesh
Cut and paste Exactly what I posted!!!

If it still doesn't work then you don't know how to use cut and paste

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of P Vikram
> Sent: 05 September 2001 23:33
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] Cant get Value
> 
> 
> Hi
> 
> i did all these...but still iam not getting the value
> in textbox.funny thing s iam getting the value in the
> alert if i use selectsinglenode method.
> 
> any ideas??/
> 
> Thanks
> --- Chris Bayes <chris@bayes.co.uk> wrote:
> > Still!
> > If you remove all the bugs you get
> > <html>
> > <head>
> > <script language="javascript">
> > function test() {
> > 	var xsl = new ActiveXObject("microsoft.xmldom");
> > 	xsl.async = false;
> > 	xsl.load("v.xsl");
> > 	var optHTML =
> > testXML.XMLDocument.transformNode(xsl);
> > 	document.all("test").innerHTML = optHTML;
> > }
> > </script>	
> > </head>
> > <body onload="test()">
> > <XML id="testXML">
> > <TESTDATA>
> > <DETAILS>
> > <TABLE>
> > <TEST>iwantthisvalue</TEST>
> > </TABLE>
> > </DETAILS>
> > </TESTDATA>
> > </XML>
> > <div id="test">
> > </div>
> > </body>
> > </html>
> > Produces
> > <?xml version="1.0" encoding="UTF-16"?><INPUT
> > maxLength="7" name="test"
> > size="14" value="iwantthisvalue" />"
> > As for the stylesheet you should remove all the "//"
> > you have scattered
> > around
> > 
> > Ciao Chris
> > 
> > XML/XSL Portal
> > http://www.bayes.co.uk/xml
> > 
> > 
> >  XSL-List info and archive:
> > http://www.mulberrytech.com/xsl/xsl-list
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with 
> Yahoo! Messenger
> http://im.yahoo.com
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 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]