G
Guest
I need to generate multiple output files while transforming a single XML file
with an XSLT. I generate a node list of a certain element type, then
generate a new file for each element based on that element's attributes,
value and children.
I've done this via Java with <saxonutput> element in Saxon's XSLT
extension, but I'm not sure how to do it in C#/.NET. Assuming I use an
extension object, what do I have to modify in the C# class to create a new
output file? Does it have to do with creating a new XmlTextWriter object?
If so, how do you get a hold of that beast?
with an XSLT. I generate a node list of a certain element type, then
generate a new file for each element based on that element's attributes,
value and children.
I've done this via Java with <saxonutput> element in Saxon's XSLT
extension, but I'm not sure how to do it in C#/.NET. Assuming I use an
extension object, what do I have to modify in the C# class to create a new
output file? Does it have to do with creating a new XmlTextWriter object?
If so, how do you get a hold of that beast?