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]

javascript & XSL


I am using javascript in parsing XML.

<XML id = "testxml"></XML>

<XML id = "testXSL></XML>

tHE ABOVE is in my html.and below in my javascript.

testXSL.async=false;
testXSL.load("test.xsl"); 


VAR=testXML.documentElement.transformNode(testXSL.documentElement);

now i want to get the values in nodes say <A>ff</A> in
my javascript variable.

 

How to do that??

 


__________________________________________________
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


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