Problem with xml file generation
hi,
I want to generate a xml file as shown in the attached file can any tell which one is preferable for generating the xml file that is atached.
Till now i was struggling to create the given xml file with following steps.But got some problems given below
1)If i used "SimpleXml -> Document" then it cannot generate Xml file with Xmlns(Xml NameSpace).
2)if I used "XmlInternal -> xmlFile" or "xmlSchema->schema" it is showing "cann't generate txet for example.xml file".
regards,
Surya kiran
Attachment(s):
applicationContext.xml
Please sign in to leave a comment.
Hello Surya,
XmlInternal Language has problems with comments. http://jetbrains.net/tracker/issue/MPS-5524
You can try to delete comments from your file.
Regards,
Evgeny
Hello, Evgeny
I am trying to eleminate comments in xml file
Thank you for your assistance!
regards,
surya