Click here to Skip to main content
15,925,440 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: = in XML Doc Pin
Dustin Metzgar1-Aug-06 4:27
Dustin Metzgar1-Aug-06 4:27 
GeneralRe: = in XML Doc Pin
Paul Selormey1-Aug-06 14:44
Paul Selormey1-Aug-06 14:44 
QuestionCant parse elements with underscores Pin
FrancisMH31-Jul-06 14:21
FrancisMH31-Jul-06 14:21 
AnswerRe: Cant parse elements with underscores Pin
Dustin Metzgar1-Aug-06 3:30
Dustin Metzgar1-Aug-06 3:30 
Questionweb service connection error. Pin
Goodway31-Jul-06 2:06
Goodway31-Jul-06 2:06 
QuestionDesigning a GUI Pin
_AnsHUMAN_ 30-Jul-06 19:50
_AnsHUMAN_ 30-Jul-06 19:50 
QuestionImplementing XSLT in end-user document [modified] Pin
R. A. Abbasi28-Jul-06 23:32
R. A. Abbasi28-Jul-06 23:32 
QuestionHow to display repiting information Pin
somniatorum28-Jul-06 5:22
somniatorum28-Jul-06 5:22 
Hi, I need some help with XSL:
I need to display all the <Criterio> elemnts inside the <CriteriosGenerales> node:


<CriteriosGenerales>
<Criterio>some text</Criterio>
<Criterio>another text</Criterio>
<Criterio>one more text</Criterio>
...
</CriteriosGenerales>

I've try this way in the XSL:

<ol>
<xsl:for-each select="CriteriosArea/Criterio">
<li><xsl:value-of select="Criterio"/></li>
</xsl:for-each>
</ol>

but it does'nt work..

Any idea?Confused | :confused:
AnswerRe: How to display repiting information Pin
Dustin Metzgar28-Jul-06 5:44
Dustin Metzgar28-Jul-06 5:44 
GeneralRe: How to display repiting information Pin
somniatorum28-Jul-06 6:21
somniatorum28-Jul-06 6:21 
GeneralRe: How to display repiting information Pin
Dustin Metzgar28-Jul-06 6:30
Dustin Metzgar28-Jul-06 6:30 
QuestionBI dimensional table in XSL - Suggestions Pin
inarobis28-Jul-06 4:31
inarobis28-Jul-06 4:31 
AnswerRe: BI dimensional table in XSL - Suggestions Pin
inarobis31-Jul-06 0:03
inarobis31-Jul-06 0:03 
Questionconnect to web service using VC++ Pin
Ajith Sivakumar28-Jul-06 2:27
Ajith Sivakumar28-Jul-06 2:27 
QuestionPage sequences in fop continue Pin
Support12327-Jul-06 21:58
Support12327-Jul-06 21:58 
QuestionRe: Page sequences in fop continue XML Pin
Support12327-Jul-06 22:00
Support12327-Jul-06 22:00 
QuestionRe: Think i found the problem, but don't know how to fix it Pin
Support12328-Jul-06 1:43
Support12328-Jul-06 1:43 
AnswerThank you anyway Pin
Support12328-Jul-06 2:52
Support12328-Jul-06 2:52 
QuestionFO Question Pin
Are Jay27-Jul-06 9:57
Are Jay27-Jul-06 9:57 
AnswerRe: FO Question Pin
Dustin Metzgar27-Jul-06 10:12
Dustin Metzgar27-Jul-06 10:12 
GeneralRe: FO Question Pin
Are Jay27-Jul-06 11:03
Are Jay27-Jul-06 11:03 
GeneralRe: FO Question Pin
Support12327-Jul-06 21:45
Support12327-Jul-06 21:45 
GeneralRe: FO Question Pin
Are Jay28-Jul-06 4:46
Are Jay28-Jul-06 4:46 
QuestionParsing XML Server Response Pin
FrancisMH26-Jul-06 20:35
FrancisMH26-Jul-06 20:35 
AnswerRe: Parsing XML Server Response Pin
FrancisMH31-Jul-06 14:16
FrancisMH31-Jul-06 14:16 

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.