Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML filter/conditional/sorting question

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello,

I'm looking at the code at:
Very helpful site, however, I want to do something more. Example: my xml data
<?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?>
<catalog>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dole</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
.
.
.
</catalog>

How do write in the xls file (use the one at to display that if the people with lastname begins in D, the color of this cell is red?

Thank you for helping!
Regards,
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top