[xsl] data from XML

Subject: [xsl] data from XML
From: Narasingarao Kommireddi <Narasingarao.Kommireddi@xxxxxxxxxxxxxxxx>
Date: Thu, 5 Aug 2004 13:11:42 +0530
I am printing out a form which displays user details. I need to display the
title of the user(Mr or Mrs or Ms.).

 The data is in a XML and the tag would look like this.
<TITLE>Mr</TITLE> or <TITLE>Mrs</TITLE> or <TITLE>Ms</TITLE>

But i have 3 items in my form which have to be filled with a X based on the
XML data.

Mr (X) Mrs (   ) Ms (   )  if <TITLE>Mr</TITLE> and so on.

How do we do it dynamically through XSL

Regards
Rao

Current Thread