Click here to Skip to main content
15,891,749 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questiontransform XML to XML Pin
StevenGoldberg23-Aug-08 11:56
StevenGoldberg23-Aug-08 11:56 
QuestionXSL value-of output problem! Pin
Saul Johnson22-Aug-08 8:24
Saul Johnson22-Aug-08 8:24 
AnswerRe: XSL value-of output problem! Pin
Saul Johnson23-Aug-08 4:16
Saul Johnson23-Aug-08 4:16 
GeneralRe: XSL value-of output problem! Pin
Frank Horn23-Aug-08 9:25
Frank Horn23-Aug-08 9:25 
GeneralRe: XSL value-of output problem! Pin
Saul Johnson23-Aug-08 11:51
Saul Johnson23-Aug-08 11:51 
Question[Message Deleted] Pin
debobrata21-Aug-08 1:27
debobrata21-Aug-08 1:27 
AnswerRepost Pin
led mike21-Aug-08 4:58
led mike21-Aug-08 4:58 
QuestionHow to get the attribute name from xml using xslt Pin
ThangamSundar20-Aug-08 23:43
ThangamSundar20-Aug-08 23:43 
Hai,
i want to get the attribute names from the xml using xslt...
my xml is:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
<!-- Edited by XMLSpy® -->
<catalog>
<cd select="true">
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
<cd select="true">
<title>Hide your heart</title>
<artist>Bonnie Tyler</artist>
<country>UK</country>
<company>CBS Records</company>
<price>9.90</price>
<year>1988</year>
</cd>

</catalog>

Now i want to get the value select equal to true or false..
Any one help me....

Regards,
Subbu.H
AnswerRe: How to get the attribute name from xml using xslt Pin
led mike21-Aug-08 4:56
led mike21-Aug-08 4:56 
QuestionQualified XML Root, InvalidOperationException while deserializing Pin
abcxyz8220-Aug-08 9:49
abcxyz8220-Aug-08 9:49 
QuestionXSL Nesting Problem! Pin
Saul Johnson19-Aug-08 6:00
Saul Johnson19-Aug-08 6:00 
AnswerRe: XSL Nesting Problem! Pin
led mike19-Aug-08 11:11
led mike19-Aug-08 11:11 
AnswerRe: XSL Nesting Problem! Pin
Frank Horn19-Aug-08 21:16
Frank Horn19-Aug-08 21:16 
GeneralRe: XSL Nesting Problem! Pin
Saul Johnson20-Aug-08 3:25
Saul Johnson20-Aug-08 3:25 
GeneralRe: XSL Nesting Problem! Pin
Frank Horn20-Aug-08 8:05
Frank Horn20-Aug-08 8:05 
GeneralRe: XSL Nesting Problem! Pin
led mike20-Aug-08 8:32
led mike20-Aug-08 8:32 
QuestionHow to Create an XML Editor application tool in C#.NET Pin
debobrata18-Aug-08 23:56
debobrata18-Aug-08 23:56 
AnswerRe: How to Create an XML Editor application tool in C#.NET Pin
tptshepo19-Aug-08 3:27
tptshepo19-Aug-08 3:27 
GeneralRe: How to Create an XML Editor application tool in C#.NET Pin
debobrata19-Aug-08 4:46
debobrata19-Aug-08 4:46 
AnswerRe: How to Create an XML Editor application tool in C#.NET Pin
tptshepo19-Aug-08 9:12
tptshepo19-Aug-08 9:12 
AnswerRe: How to Create an XML Editor application tool in C#.NET Pin
blackjack215019-Aug-08 20:21
blackjack215019-Aug-08 20:21 
GeneralRe: How to Create an XML Editor application tool in C#.NET Pin
debobrata20-Aug-08 0:27
debobrata20-Aug-08 0:27 
QuestionMore than one xsd for a xml validation Pin
vicky0000017-Aug-08 20:36
vicky0000017-Aug-08 20:36 
QuestionHow to generate XML File from table Pin
Abdullah S. Abdelhay17-Aug-08 11:14
Abdullah S. Abdelhay17-Aug-08 11:14 
AnswerRe: How to generate XML File from table Pin
tptshepo19-Aug-08 20:50
tptshepo19-Aug-08 20:50 

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.