Subject:Create multiple string outputs using XSLT Stylesheet Author:Marlene Fox-McIntyre Date:25 Oct 2007 02:16 PM
Hi,
I need to be able to translate a single xml document so that I get several xml documents back, preferably in the form of a string array. Is there a way to do that without using 3rd party applications like Saxon? I'm using Stylus Studio to create my stylesheet in the first place, but I'm using .Net to perform the actual translation and handle the resulting output.
Subject:Create multiple string outputs using XSLT Stylesheet Author:(Deleted User) Date:26 Oct 2007 03:45 AM
Hi,
what you want can be easily done in XSLT 2.0 (that only Saxon supports). If you want to use .NET only, you will have to write an external function.