Printing question

C

CSharper

This is a very general question so I might miss something here but
this is more of help direction than anything.

I need to develop a web app (may be create a silverlight client) which
reads bunch of xml and associate them appropriate XSLT and allow users
to print them.

What is the best way to go about doing it?

Thanks,
 
P

Peter Duniho

CSharper said:
This is a very general question so I might miss something here but
this is more of help direction than anything.

I need to develop a web app (may be create a silverlight client) which
reads bunch of xml and associate them appropriate XSLT and allow users
to print them.

What is the best way to go about doing it?

Be more specific. Are you simply trying to print the transformed XML?
Or do you want to interpret that XML in some way (e.g. as XHTML rendered
via a browser) and print the interpretation?

The former is easy. The latter can be potentially very difficult,
depending on the exact requirements.

Pete
 

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