xml to printable form

H

happy.john1234

I have got a well formed xml file that contains some information.Now i
have to print that information in some well formed format like in
tabular form which presents each and every information present in the
xml file.Is there any xml - way to do so or i have to parse the xml
file and generate the printing structure myself.Thank you.
Regards,
john
 
A

Arne Vajhøj

I have got a well formed xml file that contains some information.Now i
have to print that information in some well formed format like in
tabular form which presents each and every information present in the
xml file.Is there any xml - way to do so or i have to parse the xml
file and generate the printing structure myself.Thank you.

You can use XSLT to format it.

You can format it in C# code.

For a printable format I would actually expect the C# way to
be easier than the XSLT way.

Arne
 

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