Click here to Skip to main content
15,892,072 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionCalling WriteXml() on a Typed Dataet Pin
Etienne_12330-May-09 23:38
Etienne_12330-May-09 23:38 
QuestionXML question Pin
Etienne_12328-May-09 12:43
Etienne_12328-May-09 12:43 
QuestionTyped DataSet and XML Pin
Etienne_12328-May-09 10:23
Etienne_12328-May-09 10:23 
QuestionRe: Typed DataSet and XML Pin
George L. Jackson1-Jun-09 8:16
George L. Jackson1-Jun-09 8:16 
QuestionConvert an XmlDocument to an XmlDocument using XSL Pin
Russell Jones27-May-09 4:20
Russell Jones27-May-09 4:20 
AnswerRe: Convert an XmlDocument to an XmlDocument using XSL Pin
led mike27-May-09 5:21
led mike27-May-09 5:21 
Questionhow select and update delete data form xml Pin
Suhail Ali26-May-09 13:59
Suhail Ali26-May-09 13:59 
QuestionHELP...Transforming Basic XML Tree Menu to HTML Pin
Salvatore Conti Jr26-May-09 8:19
Salvatore Conti Jr26-May-09 8:19 
I am very new to xml...so please bear that in mind as I ask this question.

I worte a very simple tee menu in xml, and my goal is to transform this to HTML so that it can be viewed through the browser.

I have done some reading on this subject and know that I can use either XSLT or possibly parsing the XML with Windows...but I have not been successful on my own.

Below is a snippet of the xml menu:

<menu><br />
 <style>left menu</style>  <br />
<br />
 <name>BIMI Menu</name>  <br />
<br />
 <entry><br />
 <name>Home</name>  <br />
<br />
 <url>index.htm</url>  <br />
<br />
</entry> <br />
	<menu><br />
	<name>HBCA</name><br />
		<menu><br />
		<name>Actuate</name><br />
			<menu><br />
			<name>Direct Weekly</name><br />
				<entry><br />
					<name>DR03w - Direct Weekly</name><br />
					<url>#</url><br />
				</entry><br />
			</menu><br />
			<menu>


This tree menu is to be 3 levels deep...and I when it is viewed in HTML I want the users to be able to click on the entries to view the next level.

I know I can add customization to this like gif images and expand/collapse, which I can code in javascript....but I can not seem to at least view this menu outside of default xml.

Please assist me...it would be greatly appreciated!
AnswerRe: HELP...Transforming Basic XML Tree Menu to HTML Pin
led mike27-May-09 7:36
led mike27-May-09 7:36 
QuestionOutput not obtained Pin
Fadi Yoosuf26-May-09 5:33
Fadi Yoosuf26-May-09 5:33 
AnswerRe: Output not obtained Pin
led mike27-May-09 7:37
led mike27-May-09 7:37 
GeneralRe: Output not obtained Pin
Fadi Yoosuf27-May-09 21:41
Fadi Yoosuf27-May-09 21:41 
GeneralRe: Output not obtained Pin
led mike28-May-09 5:01
led mike28-May-09 5:01 
GeneralRe: Output not obtained Pin
Fadi Yoosuf28-May-09 22:56
Fadi Yoosuf28-May-09 22:56 
GeneralRe: Output not obtained Pin
Fadi Yoosuf29-May-09 21:39
Fadi Yoosuf29-May-09 21:39 
GeneralRe: Output not obtained Pin
led mike1-Jun-09 10:37
led mike1-Jun-09 10:37 
AnswerRe: Output not obtained [modified] Pin
George L. Jackson1-Jun-09 7:21
George L. Jackson1-Jun-09 7:21 
GeneralRe: Output not obtained Pin
Fadi Yoosuf1-Jun-09 22:39
Fadi Yoosuf1-Jun-09 22:39 
QuestionASP.NET : Get Attribute Value from XML Pin
Vijay Jadhav, India.25-May-09 23:36
Vijay Jadhav, India.25-May-09 23:36 
AnswerRe: ASP.NET : Get Attribute Value from XML Pin
Vijay Jadhav, India.26-May-09 3:59
Vijay Jadhav, India.26-May-09 3:59 
QuestionRender the custom server side control using XSL Pin
Brij25-May-09 19:08
mentorBrij25-May-09 19:08 
QuestionPrint XSLT? Pin
notarry24-May-09 23:24
notarry24-May-09 23:24 
AnswerRe: Print XSLT? I want to print XSLT(HTML and PDF) file. Pin
adatapost26-May-09 1:38
adatapost26-May-09 1:38 
AnswerRe: Print XSLT? Pin
notarry27-May-09 16:06
notarry27-May-09 16:06 
QuestionReading XML Pin
M_Aurelius23-May-09 22:20
M_Aurelius23-May-09 22:20 

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.