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

New to XML

Status
Not open for further replies.

jtstruck

Programmer
Joined
Nov 2, 2005
Messages
2
Location
US
Sorry if this is too basic, but I need some help understanding XML. If I create an XML document and show the data on an intranet page, how can an end user use that data and manipulate it if they want to. Right now we e-mail Excel files and the user can change the data if they want to. I would like to get away from that. Is XML an option?
 
2 main ways:

1. Use XSL to transform the XML into HTML forms (or use XForms), then use server-side scripting to write the data back to XML.

2. Web service.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top