This might be a strange thing to ask, but please bear with my madness.
I would like to write an AJAX query that loads some XML data coming from an XSLT function within C1.
Is there a way to expose the XSLT function's output to the outside world via HTTP as XML (as opposed to HTML), but after the C1 parser has done its thing?
My XSLT function is outputting queried / sorted data from a global datatype, loaded from an inline C# function.
There may be a better way to do this, but I'm struggling to find it.
I would like to write an AJAX query that loads some XML data coming from an XSLT function within C1.
Is there a way to expose the XSLT function's output to the outside world via HTTP as XML (as opposed to HTML), but after the C1 parser has done its thing?
My XSLT function is outputting queried / sorted data from a global datatype, loaded from an inline C# function.
There may be a better way to do this, but I'm struggling to find it.