Click here to Skip to main content
15,905,686 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Data islands is not working on ordered list Pin
hogan.smith30-Nov-07 17:16
hogan.smith30-Nov-07 17:16 
Hi mike,

Thanks for reply. I tried to load data into an ordered list from an xml file.

Content of test.xml file.

<?xml version="1.0" encoding="utf-8"?>
<menu>
<node>
<name>Link 1</name>
<link>link1.htm</link>
</node>
<node>
<name>Link 2</name>
<link>link2.htm</link>
</node>
<node>
<name>Link 3</name>
<link>link3.htm</link>
</node>
<node>
<name>Link 4</name>
<link>link4.htm</link>
</node>
<node>
<name>Link 5</name>
<link>link5.htm</link>
</node>
</menu>


Html code

<html>
<head>
</head>
<body>
<xml id="menu" src="test.xml"></xml>

<ol datasrc="#menu">
<li><span datafld="name"></span></li>
</ol>
</body>
</html>


Thanks and regards,
Hogan
QuestionXSLT generator Pin
Yoyosch28-Nov-07 4:43
Yoyosch28-Nov-07 4:43 
AnswerRe: XSLT generator Pin
led mike28-Nov-07 5:09
led mike28-Nov-07 5:09 
GeneralRe: XSLT generator Pin
Yoyosch29-Nov-07 23:17
Yoyosch29-Nov-07 23:17 
AnswerRe: XSLT generator Pin
George L. Jackson30-Nov-07 15:35
George L. Jackson30-Nov-07 15:35 
QuestionMedia RSS 2.0 parser Pin
rajshri_newase27-Nov-07 22:21
rajshri_newase27-Nov-07 22:21 
Questionhow can i create xml data abd how can i update delete and insert.. Pin
Rajeshwar Code- Developer27-Nov-07 21:05
Rajeshwar Code- Developer27-Nov-07 21:05 
AnswerRe: how can i create xml data abd how can i update delete and insert.. Pin
Prateek G27-Nov-07 22:35
Prateek G27-Nov-07 22:35 
GeneralRe: how can i create xml data abd how can i update delete and insert.. Pin
Rajeshwar Code- Developer28-Nov-07 2:03
Rajeshwar Code- Developer28-Nov-07 2:03 
GeneralRe: how can i create xml data abd how can i update delete and insert.. Pin
George L. Jackson28-Nov-07 2:54
George L. Jackson28-Nov-07 2:54 
GeneralRe: how can i create xml data abd how can i update delete and insert.. Pin
Member 46484919-Dec-07 17:45
Member 46484919-Dec-07 17:45 
QuestionHow to view MathML in IE6 using MathPlayer? Pin
Hariharan210527-Nov-07 2:13
Hariharan210527-Nov-07 2:13 
AnswerRe: How to view MathML in IE6 using MathPlayer? Pin
XML-Gene30-Nov-07 18:37
XML-Gene30-Nov-07 18:37 
Questionxml verifier Pin
Nom Qureshi25-Nov-07 11:28
Nom Qureshi25-Nov-07 11:28 
QuestionConfigurationManager Pin
econner24-Nov-07 11:17
econner24-Nov-07 11:17 
QuestionUse XML to define SQL Server security? Pin
Clive Richardson22-Nov-07 2:31
Clive Richardson22-Nov-07 2:31 
Questioncode for creating a table using xml Pin
ayyappa swamy21-Nov-07 23:28
ayyappa swamy21-Nov-07 23:28 
AnswerRe: code for creating a table using xml Pin
J4amieC22-Nov-07 3:16
J4amieC22-Nov-07 3:16 
AnswerRe: code for creating a table using xml Pin
XML-Gene30-Nov-07 18:44
XML-Gene30-Nov-07 18:44 
QuestionCreate a new nested branch efficiently with DOM Pin
Nick Alexeev20-Nov-07 8:57
professionalNick Alexeev20-Nov-07 8:57 
AnswerRe: Create a new nested branch efficiently with DOM Pin
Prateek G20-Nov-07 20:13
Prateek G20-Nov-07 20:13 
QuestionHow to sort all data use xslt? Pin
guiqul16319-Nov-07 22:08
guiqul16319-Nov-07 22:08 
AnswerRe: How to sort all data use xslt? Pin
Prateek G19-Nov-07 22:58
Prateek G19-Nov-07 22:58 
GeneralRe: How to sort all data use xslt? Pin
guiqul16320-Nov-07 13:20
guiqul16320-Nov-07 13:20 
GeneralRe: How to sort all data use xslt? Pin
Prateek G20-Nov-07 20:10
Prateek G20-Nov-07 20:10 

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.