Click here to Skip to main content
15,907,687 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralSerializing an Exception object to XML Pin
solidstore7-Nov-02 7:13
solidstore7-Nov-02 7:13 
Generalbeginner question: xml parsing Pin
sagmam7-Nov-02 3:22
sagmam7-Nov-02 3:22 
GeneralRe: beginner question: xml parsing Pin
Ravi Bhavnani7-Nov-02 7:54
professionalRavi Bhavnani7-Nov-02 7:54 
GeneralRe: beginner question: xml parsing Pin
Christian Graus7-Nov-02 10:09
protectorChristian Graus7-Nov-02 10:09 
GeneralRe: beginner question: xml parsing Pin
Michael A. Barnhart7-Nov-02 15:42
Michael A. Barnhart7-Nov-02 15:42 
GeneralRe: beginner question: xml parsing Pin
Anonymous21-Nov-02 2:34
Anonymous21-Nov-02 2:34 
QuestionHow to ... Pin
Tomas Petricek6-Nov-02 7:19
Tomas Petricek6-Nov-02 7:19 
AnswerRe: How to ... Pin
Michael A. Barnhart6-Nov-02 13:35
Michael A. Barnhart6-Nov-02 13:35 
May I suggest doing a search for:
XSLT value-of
in google. Now the key to answer your question is the "value-of"

Now what your are wanting is the value of something in an element.
The first item in my search lead me to this page
http://www.zvon.org/xxl/XSLTreference/W3C/xslt.html#element-value-of

As it turns out it is a good staring point. Notice sample in the copy section. It uses a select statement with an '@' prior to the name they are looking for. In a select if the name is preceeded by the '@' sign it is looking for an attribute of the element that is the current focus. With out it the select would be looking for the child element of that name.

A nother site to book mark is http://wdvl.com/Authoring/Tutorials/xml.html They have several introductions to XSLT that will cover this material.

This http://wdvl.com/Authoring/Languages/XSL/Quickly/ is one that is on their first page now.
AnswerRe: How to ... Pin
Philip Fitzsimons7-Nov-02 1:34
Philip Fitzsimons7-Nov-02 1:34 
QuestionWho knows PHP ? Pin
Member 15922365-Nov-02 6:57
Member 15922365-Nov-02 6:57 
AnswerRe: Who knows PHP ? Pin
Philip Fitzsimons5-Nov-02 23:31
Philip Fitzsimons5-Nov-02 23:31 
GeneralRe: Who knows PHP ? Pin
Christian Graus6-Nov-02 19:12
protectorChristian Graus6-Nov-02 19:12 
GeneralRe: Who knows PHP ? Pin
Paul Watson7-Nov-02 2:20
sitebuilderPaul Watson7-Nov-02 2:20 
GeneralRe: Who knows PHP ? Pin
Christian Graus7-Nov-02 10:15
protectorChristian Graus7-Nov-02 10:15 
GeneralRe: Who knows PHP ? Pin
nrk11-Nov-02 7:12
nrk11-Nov-02 7:12 
GeneralRe: Who knows PHP ? Pin
Paul Watson11-Nov-02 21:13
sitebuilderPaul Watson11-Nov-02 21:13 
GeneralAssign DTD to XML Document Pin
Bash3-Nov-02 2:05
Bash3-Nov-02 2:05 
GeneralRe: Assign DTD to XML Document Pin
Stephane Rodriguez.3-Nov-02 2:19
Stephane Rodriguez.3-Nov-02 2:19 
GeneralRe: Assign DTD to XML Document Pin
Bash3-Nov-02 3:37
Bash3-Nov-02 3:37 
GeneralRe: Assign DTD to XML Document Pin
Stephane Rodriguez.3-Nov-02 4:09
Stephane Rodriguez.3-Nov-02 4:09 
GeneralRe: Assign DTD to XML Document Pin
Bash3-Nov-02 18:52
Bash3-Nov-02 18:52 
General(XML4C) DOMParser constructor crash Pin
Ravi Bhavnani1-Nov-02 12:10
professionalRavi Bhavnani1-Nov-02 12:10 
GeneralRe: (XML4C) DOMParser constructor crash Pin
Michael A. Barnhart2-Nov-02 2:11
Michael A. Barnhart2-Nov-02 2:11 
GeneralRe: (XML4C) DOMParser constructor crash Pin
Ravi Bhavnani3-Nov-02 9:13
professionalRavi Bhavnani3-Nov-02 9:13 
GeneralRe: (XML4C) DOMParser constructor crash Pin
Michael A. Barnhart3-Nov-02 9:34
Michael A. Barnhart3-Nov-02 9:34 

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.