This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]