Transforming XML from Data Objects Options

J

Jeff.Thorn

Hello All,

I have a collection of data objects that are based on my
application's
data model. I want to be able to serialize this data to different XML
formats (schemas) for use by different consuming applications. For
example, I want to generate XML from the data one way for
Application1, and generate XML in a different format for use by
Application2.


I don't think I can just serialize my objects as XML because I would
lose the flexbility to choose the output schema.


Is there something built into the .NET framework that will allow this
to be done easily? It would be nice if there was some time of
template
based system for generating XML from objects. As far as I know, you
can't really apply XSLT transforms from objects.


Any suggestions?


Thanks,
Jeff
 

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