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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML to formatted text

Status
Not open for further replies.

SmittyMcSmith

Programmer
Aug 17, 2005
2
US
is there a standard way to take an XML object and parse it out into a formatted text field?

for example:

<FIELD name='header1' visible=1>blah blah blah<\FIELD>
<FIELD name='header2' visible=1>who what where<\FIELD>
<FIELD name='header3' visible=1>another field<\FIELD>
<FIELD name='header4' visible=0>also another field<\FIELD>

to then be parsed to

header1
blah blah blah

header2
who what where

header3
another field

(where the headers are a larger font size and bolded)

Thanks for all the help!

~Smitty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top