[xsl] Newbie - trying to extract specific values from XML file.

Subject: [xsl] Newbie - trying to extract specific values from XML file.
From: Julian Voelcker <asp@xxxxxxx>
Date: Thu, 18 Mar 2004 16:18:55 GMT
I am trying to do a xslt transformation that extracts specific values 
from an XML file.

The XML file is formatted as follows:-

<AnswerSet title = "Test File">
  <Answer name = "ABGRbefore">
    <RptValue>
      <TFValue>true</TFValue>
      <TFValue>false</TFValue>
      <TFValue>false</TFValue>
    </RptValue>
  </Answer>
  <Answer name = "Female">
    <TFValue>false</TFValue>
  </Answer>
  <Answer name = "ticdesc">
    <TextValue>my collection of teapots</TextValue>
  </Answer>
</AnswerSet>

The sort of things I want to be able to do is:

1. Establish if the TFValue for Answer name Female is true or false and 
then vary the info that is displayed.

2. Display the TextValue for the Answer name ticdesc.

Anybody here willing to either knock up some XSL that will enable me to 
do this or point me in the right direction?

Thanks in advance.
--
Cheers,

Julian Voelcker
Cirencester, United Kingdom



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread