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

displaying a variable with xml content in a browser window

Status
Not open for further replies.

jamsman

Technical User
Jul 22, 2005
38
DE
I have a scaler that contains output from a database in the formof xml. I need to display this in a browser. It has to be displayed in a certain way how can i do this

the output cant just be straight xml output :(

anymore more information needed please ask

thank you
 
Lots more info please! ;-)

What format does it need to be displayed in?
What does the xml look like?
Is it likely to remain consistent in format?



Trojan.
 
the format it needs to be displayed in has to look alittle like the database it comes from which i cant show you, but the general look is a label with a text box next to it (like most sql results sets look).

an example of the xml is as follows:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Export Data
Database:DDTS
Query:"Public Queries/Projects/J/DTs"
Date: 2005-07-28 13:25:45
-->
<APPLICATION>ARTSPlus
<DT>
<id>DDTS00007521</id>
<State>Development_DT</State>
<Back_DT_RQ>DDTS00003354</Back_DT_RQ>
<Assigned_to>Zschoeckner,Andreas(981260)</Assigned_to>
<Summary>Online-Hilfe fuer Simotion P Control Manager fehlt</Sum
mary>
<Description> </Description>

it will stay constant in format.
is thee away of including tabs in the output??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top