: hi,
: was wondering is it possible to write xsl, such that a xml can be converted to voicexml.
: Also is there any XMLeditor that can support this transformation? i tried in the xselerator, however it failed.
Assuming "voicexml" is true xml, it's certainly possible. In theory you can use XSLT to convert any XML into any other XML. Doesn't mean it would be easy or elegant, but it should be doable.
infidel