> I would like to build a small stylesheet (as I can build the
> contents of an XML-file by using Xerces classes) by using
> Xalan. But I've still not yet figured out how to start with
> it (which of the classes I have to use, how to initialize them
> etc.).

It's probably easier to build an instance of the Xerces-C DOM that
represents the stylesheet then compile it by wrapping it in Xalan's wrapper
for the Xerces-C DOM.  You should find some previous messages in the
archives that explain how to do that.  You'll need to make sure you build
the DOM with the appropriate namespaces declarations, etc.

> Perhaps anyone out there could give me a small code example?

I don't know of any, but maybe someone else does.

Dave

Reply via email to