hotblac / voicexmlriot

VoiceXML application test framework
MIT License
2 stars 1 forks source link

root application recursive ? #2

Closed mzamoun closed 6 years ago

mzamoun commented 6 years ago

can we have this structure : file1.vxml have a root application : file2.vxml file2.vxml have a root application : file3.vxml

if not, how to importe file3 in file2 ?

hotblac commented 6 years ago

Not sure what you mean there. Do you have an example you can post in GitHub?

If you just want to import an XML file into another, does this help? https://stackoverflow.com/questions/5121052/can-we-import-xml-file-into-another-xml-file

mzamoun commented 6 years ago

I tried it but not work !! I have this error : Caused by: org.xml.sax.SAXException: Scanner State 24 not Recognized at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)

hotblac commented 6 years ago

Does this work in JVoiceXML? VoiceXMLRiot is a test framework for VoiceXML applications using the JVoiceXML browser. If this doesn't work in JVoiceXML then VoiceXMLRiot behaves as expected.

hotblac commented 6 years ago

Closing: no update in last month