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

XML

Status
Not open for further replies.

newbby

Programmer
Mar 16, 2004
36
US
Hi,
I have a well formed and valid XML doc. Can anyone guide me to output the same using CF. I am using CF 6.0 and MX dreamweaver 7/8.
eg:
<employees>
<employee ID="12345">
<firstname>FName1</firstname>
<lastname>LName1</lastname>
<dept>DEPTID1</dept>
</employee>
<employee ID="67890">
<firstname>FName2</firstname>
<lastname>LName2</lastname>
<dept>DEPTID2</dept>
</employee>
</employees>
Thanks
 
What do you mean by 'output'. Do you want to display the document on a web page or do you want to publish the document? What are you trying to accomplish?

Cheers,

Bluetone
 
I want to display the document in the web page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top