Click here to Skip to main content
15,899,632 members
Home / Discussions / XML / XSL
   

XML / XSL

 
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 
AnswerRe: How to get the attribute name from xml using xslt Pin
led mike21-Aug-08 4:56
led mike21-Aug-08 4:56 
H.Subbulakshmi wrote:
i want to get the attribute names from the xml using xslt

H.Subbulakshmi wrote:
Now i want to get the value select equal to true or false..

I don't know what that means but the following XSLT will render the names of all the attributes that have the value true
<xsl:for-each select="//*/@*[.='true']">
  <p>
    <xsl:value-of select="name()"/>
  </p>
</xsl:for-each>



led mike

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 
Questionxsl not formating xml file correctly into csv file Pin
CodingLover15-Aug-08 16:54
CodingLover15-Aug-08 16:54 

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.