Hi folks, I don't know if this is too much to ask, but I'm having a little trouble deciphering the API documentation.
I just need a simple example such as the following:
Create a simple DOM from scratch like so:
<x>
<y></y>
</x>
Pass the DOM as a XSLTInputSource to XalanTransformer::transform() with a
filename parameter
That simple.
A function implementation such as
void transform(char* filename) { ... }
would be perfect.
TIA,
Oliver White
Software Engineer
Westinghouse Signals Australia
