Click here to Skip to main content
16,010,876 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
maheshfour30-Jan-06 0:58
maheshfour30-Jan-06 0:58 
AnswerRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
Curtis Schlak.12-Jan-06 12:57
Curtis Schlak.12-Jan-06 12:57 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 13:03
R0ssini12-Jan-06 13:03 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
Curtis Schlak.13-Jan-06 3:42
Curtis Schlak.13-Jan-06 3:42 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini13-Jan-06 14:48
R0ssini13-Jan-06 14:48 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
Curtis Schlak.14-Jan-06 2:47
Curtis Schlak.14-Jan-06 2:47 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 13:45
R0ssini12-Jan-06 13:45 
GeneralHTML File Pin
R0ssini12-Jan-06 13:47
R0ssini12-Jan-06 13:47 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body bgcolour="#FFFFFF" text="#000000">
<xml src="A:\CDCatalog.xml" id="xmldso" async="false">
</xml>

<table datasrc="#xmldso" width="100%" border="1">
<thead>
<th>Title</th>
<th>Artist</th>
<th>Country</th>
<th>Company</th>
<th>Price</th>
<th>Year</th>
</thead>

<tr align="left">
<td><span datafld="TITLE"></span></td>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="COUNTRY"></span></td>
<td><span datafld="COMPANY"></span></td>
<td><span datafld="PRICE"></span></td>
<td><span datafld="YEAR"></span></td>
</tr></table>

</body>
</html>
GeneralXML File Pin
R0ssini12-Jan-06 13:48
R0ssini12-Jan-06 13:48 
GeneralRe: XSL File Pin
R0ssini12-Jan-06 13:50
R0ssini12-Jan-06 13:50 
QuestionHow to fix "Error Parsing Entityname" Exception Pin
Zenly12-Jan-06 8:36
Zenly12-Jan-06 8:36 
AnswerRe: How to fix "Error Parsing Entityname" Exception Pin
Curtis Schlak.12-Jan-06 10:36
Curtis Schlak.12-Jan-06 10:36 
GeneralRe: How to fix "Error Parsing Entityname" Exception Pin
Zenly12-Jan-06 11:30
Zenly12-Jan-06 11:30 
GeneralRe: How to fix "Error Parsing Entityname" Exception Pin
Curtis Schlak.12-Jan-06 12:55
Curtis Schlak.12-Jan-06 12:55 
GeneralRe: How to fix "Error Parsing Entityname" Exception Pin
Zenly12-Jan-06 14:02
Zenly12-Jan-06 14:02 
GeneralRe: How to fix "Error Parsing Entityname" Exception Pin
Curtis Schlak.13-Jan-06 1:33
Curtis Schlak.13-Jan-06 1:33 
QuestionUnable to Load XML Pin
Samy Lahur11-Jan-06 2:32
Samy Lahur11-Jan-06 2:32 
QuestionGrouping multiple paragraph styles and multiple character styles using xsl Pin
gandhiaryah10-Jan-06 23:28
gandhiaryah10-Jan-06 23:28 
QuestionXML Serialization Pointer Fix uping Pin
asdf98910-Jan-06 9:32
asdf98910-Jan-06 9:32 
QuestionTransform to HTML with javascript Pin
Colin Angus Mackay10-Jan-06 5:18
Colin Angus Mackay10-Jan-06 5:18 
AnswerRe: Transform to HTML with javascript [Quick and dirty workaround] Pin
Colin Angus Mackay10-Jan-06 6:12
Colin Angus Mackay10-Jan-06 6:12 
AnswerRe: Transform to HTML with javascript Pin
Curtis Schlak.10-Jan-06 6:54
Curtis Schlak.10-Jan-06 6:54 
GeneralRe: Transform to HTML with javascript Pin
Colin Angus Mackay11-Jan-06 0:24
Colin Angus Mackay11-Jan-06 0:24 
GeneralRe: Transform to HTML with javascript Pin
Curtis Schlak.11-Jan-06 2:18
Curtis Schlak.11-Jan-06 2:18 
QuestionHelp with assignment question please! Pin
R0ssini9-Jan-06 11:30
R0ssini9-Jan-06 11:30 

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.