Subject: Re: method of converting xml string to xml nodes
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Fri, 11 Mar 2005 21:30:57 +0100
|
Majirus FANSI wrote:
Thanks Ross,
I visited http://saxon.sourceforge.net/saxon7.2/extensions.html#parse.
There is an extension function parse() that those what i want.
unfortunately, my app run under cocoon and then use xalan as processor.
should anyone has source code of parse() extension fuinction for xalan?
thanks in advance.
You can use Saxon in Cocoon as XSLT processor, even in parallel
with Xalan, for specific pipes. The necessary setup is described
in the Cocoon Wiki. You can ask on the Cocoon user list if you
can't find it.
J.Pietschmann
|