Help on XML formating ???

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
Back
Top