RE: parsing to HTML

Subject: RE: parsing to HTML
From: Jo Kong HO <JoK@xxxxxxxxxxxxxx>
Date: Tue, 18 Jul 2000 17:47:45 +0100
<xsl:value-of select="property[@name='Assigned To']"/>
<xsl:value-of select="property[@name='Bill To Name']"/>

-----Original Message-----
From: Ben C. [mailto:tatsu2000@xxxxxxxxxxx]
Sent: 18 July 2000 16:38
To: XSL-List@xxxxxxxxxxxxxxxx
Subject: parsing to HTML


I have an extremly large XML document that I am attempting to put parts of 
on a web page.  The main problem that I am running into is this some 
instances where I don't know how do get at the data.  Currently I am working

off of no documentation so I am pretty hack and slash so forgive me if my 
question is painstakingly obvious.

I have some code like this:

...
<property name="Add Parts" type="control">NODATAFOUND</property>
<property name="Assigned To" type="char">Joe Schmoe</property>
<property name="Bill To Account #" type="char">555</property>
<property name="Bill To Name" type="char">Joey Schmoey</property>
...

and I want to display only the data in the property element with the names 
"Assigned To" and "Bill To Name".

How can I code that in XSL to show only specific ones?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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


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


Current Thread
  • parsing to HTML
    • Ben C. - Tue, 18 Jul 2000 15:37:50 GMT
      • <Possible follow-ups>
      • Kay Michael - Tue, 18 Jul 2000 17:06:33 +0100
      • Jo Kong HO - Tue, 18 Jul 2000 17:47:45 +0100 <=