I'm trying to find out if I can feed an object graph into an XSLT transformer rather than an XML file/stream. I could of course XML serialize the object graph and use the resulting XML but this seems wasteful.
Does anyone know of such a mechanism in or for .Net?
Thanks
Korp.