I have created a DTD and can see my output as an XML document. But now I need to convert that document to XSLT. I have no idea how to do this. Has anyone else done this before? Any ideas?
Xslt is useful for transforming xml->xml or xml->html. Are you trying to use an existing XSLT to transform the XML you’ve outputted?
This type of transformation is not done directly by Cloverleaf. One possibility could be to write a upoc to call an external transformer like Xalan. http://xml.apache.org/xalan-j/
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.