Help on XML formating ???

G

Guest

Dear all,

I have a dataset with a certain amount of data.
After a while I send those data to an XML file.

What I would like to do is that when the data has been send to the file,
they are correctly formatted for beeing seen in explorer ans real data
instead of XML tags.

Fro aexample I would like to display the column name and correcsponding
column data, properly aligned.

How can I do that ?
Do I need to used XML shema file, if yes how to generate it ?

Thanks for your help
regard
serge
 
A

Alon Fliess

serge calderara said:
Dear all,

I have a dataset with a certain amount of data.
After a while I send those data to an XML file.

What I would like to do is that when the data has been send to the file,
they are correctly formatted for beeing seen in explorer ans real data
instead of XML tags.

Fro aexample I would like to display the column name and correcsponding
column data, properly aligned.

How can I do that ?
Do I need to used XML shema file, if yes how to generate it ?

Thanks for your help
regard
serge

Hi

One way of doing it is to convert the XML to HTML using XSLT. There
are two options:
1) Do it in memory before you write the file.
2) Add an XSL processor and XSL script to the resulting XML, and the
browser will execute the XSLT.

Alon Fliess
 
G

Guest

Thnaks for your info.

Do u hav any good links or sample how to do this becasue I ma totally new in
the XML .

Thnaks for your help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top