I knew today the WYMeditor and I really like it. I have on doubt about this editor. I need a WYSIWYG editor but the final result will be an XML file. I am develop the open source project called XMLNuke and I documents are based on XML. But I would like to have a visual editor to edit the XML.
For example:
I have the XML:
- Code: Select all
<block>
<title>My Title</title>
<body>
Some stuff like HTML here
</body>
</block>
I would like to edit this XML like a normal HTML,
for example:
- Code: Select all
<h1>My Title</h1>
Some stuff like HTML here
But at the end and would like to get the XML above.
I am using the TinyMCE editor to do something similar, but I think If i am using the WYMeditor I will get better results.
Anyone could help me to do this?