Click here to Skip to main content
15,910,787 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: New to XML [modified] Pin
manowj18-Aug-06 22:38
manowj18-Aug-06 22:38 
AnswerRe: New to XML Pin
Dustin Metzgar22-Aug-06 11:13
Dustin Metzgar22-Aug-06 11:13 
QuestionMS Access 2003 and Exporting in a XML Format Pin
sweep12314-Aug-06 3:53
sweep12314-Aug-06 3:53 
AnswerRe: MS Access 2003 and Exporting in a XML Format Pin
Stephen McGuire14-Aug-06 15:18
Stephen McGuire14-Aug-06 15:18 
QuestionAccess violation exception while trying to create a XML Element Pin
adidas.levy12-Aug-06 22:52
adidas.levy12-Aug-06 22:52 
AnswerRe: Access violation exception while trying to create a XML Element Pin
led mike15-Aug-06 6:03
led mike15-Aug-06 6:03 
GeneralRe: Access violation exception while trying to create a XML Element Pin
adidas.levy15-Aug-06 19:52
adidas.levy15-Aug-06 19:52 
QuestionNeed XML Help Pin
Amit Kumar G12-Aug-06 9:53
Amit Kumar G12-Aug-06 9:53 
Hi All

First of all thanks for your valuable time. I am new to XML and i have very basic query.I need to generate my AsP.NET MENUS through XML and i build the XML file as below

<code><?xml version="1.0" encoding="utf-8"?>
<Menus xmlns="http://tempuri.org/XYZ.xsd">
<Menu Name="Electronics">
<ChildName>TV</ChildName>
<ChildUrl>//localhost/Tv.aspx</ChildUrl>
<ChildName>Mp3 Player</ChildName>
<ChildUrl>//localhost/MP3.aspx</ChildUrl>
</Menu>
<Menu Name="Furniture">
<ChildName>Tables</ChildName>
<ChildUrl>//localhost/tables.aspx</ChildUrl>
<ChildName>Chairs</ChildName>
<ChildUrl>//localhost/chair.aspx</ChildUrl>
<ChildName>Beds</ChildName>
<ChildUrl>//localhost/beds.aspx</ChildUrl>
so on.......
</Menu>
</Menus></code>
How i can read these XML nodes values???? I am confused and i tried dom, xmltextreader etc.......I am not sure which is the best way to use and how to use. I can load XML document but after that i am not able to read these nodes values....I am using ASP.Net, VB.Net version 1.x

Please provide some good sample source code. Thanks in advance for your help....One small request please help me ASAP.


Amit
AnswerRe: Need XML Help Pin
Rizwan Bashir15-Aug-06 3:48
Rizwan Bashir15-Aug-06 3:48 
AnswerRe: Need XML Help Pin
Amit Kumar G15-Aug-06 14:16
Amit Kumar G15-Aug-06 14:16 
QuestionNamespace in XMLDocument Pin
VSush10-Aug-06 0:34
VSush10-Aug-06 0:34 
AnswerRe: Namespace in XMLDocument Pin
led mike10-Aug-06 7:20
led mike10-Aug-06 7:20 
GeneralRe: Namespace in XMLDocument Pin
George L. Jackson10-Aug-06 13:44
George L. Jackson10-Aug-06 13:44 
QuestionHow to use XML Inline data in HTML [modified] Pin
Sarvan AL9-Aug-06 20:07
Sarvan AL9-Aug-06 20:07 
AnswerRe: How to use XML Inline data in HTML Pin
led mike10-Aug-06 7:16
led mike10-Aug-06 7:16 
GeneralRe: How to use XML Inline data in HTML [modified] Pin
George L. Jackson10-Aug-06 14:00
George L. Jackson10-Aug-06 14:00 
GeneralRe: How to use XML Inline data in HTML Pin
led mike11-Aug-06 6:01
led mike11-Aug-06 6:01 
GeneralRe: How to use XML Inline data in HTML Pin
George L. Jackson11-Aug-06 8:35
George L. Jackson11-Aug-06 8:35 
GeneralRe: How to use XML Inline data in HTML Pin
Sarvan AL10-Aug-06 21:43
Sarvan AL10-Aug-06 21:43 
QuestionHow to play a encoded video file ? Pin
karthik Tamizhmathi9-Aug-06 19:29
karthik Tamizhmathi9-Aug-06 19:29 
AnswerRe: How to play a encoded video file ? Pin
ajisthekingofpop14-Aug-06 5:30
ajisthekingofpop14-Aug-06 5:30 
QuestionParsing XML Pin
Vipin Venugopal9-Aug-06 0:36
Vipin Venugopal9-Aug-06 0:36 
AnswerRe: Parsing XML Pin
led mike10-Aug-06 6:48
led mike10-Aug-06 6:48 
AnswerRe: Parsing XML Pin
ajisthekingofpop14-Aug-06 5:31
ajisthekingofpop14-Aug-06 5:31 
QuestionFaster Reporting Solution or XSLT Replacement Pin
hiraljv8-Aug-06 22:52
hiraljv8-Aug-06 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.