- From: Curt Arnold <carnold@houston.rr.com>
- Date: Tue, 10 May 2005 01:47:00 -0500
- To: gaurav verma <citius21j@yahoo.com>
- Cc: www-dom@w3.org
This is not the proper forum for this type of question. This mailing list for discussion on the W3C DOM recommendations with the primary audience developers of DOM implementations wanting clarification of some aspect of the recommendations. Questions involving the use of a particular implementation (such MSXML) should be asked on a forum specific to that implementation, in this case one of the Microsoft newsgroups. See the Support and Community link at http:// www.microsoft.com/xml. > > ********************************************************************** > ************** > I want to develop a generic parser so I dont want to use > getattribute('hi').... > Use IXMLDOMNode.attributes (http://msdn.microsoft.com/library/ default.asp?url=/library/en-us/xmlsdk/html/xmproattributes.asp) to get a list of attributes that you can enumerate. You are not displaying the Address tag name since you only display the tag name for elements that contain text nodes. > This is my first post here...and I am a newbie to VB and XML....Any > help will be greatly appreciated... > Looking forward to your help.... > Sorry, this is the polar opposite of a newbie forum. Please find an appropriate forum for any other questions that you have. No need to reply to acknowledge this response.
Received on Tuesday, 10 May 2005 06:47:09 UTC