pXmlEditor
last edited 4 years ago by mika
description
This part takes a String XML shows it using opensource jsXe xml editor. Also it is possible to edit the XML document and when saving it the saved xml string will be fired.For editing one must go to sourceview than change and if everything ok, by clicking save menuitem in File menu the output will be fired.
figure

inpins
- SHOW - ID = 1 - showing xml editor
- HIDE - ID = 2 - hiding xml editor
- IN(String) - ID = 3 - XML String to process
- String - XML String
- GEOM(int,int,int,int) - ID = 4 - location of xml editor
- x - x coordinate of xml editor frame
- y - y coordinate of xml editor frame
- width - width of xml editor frame
- height - height of xml editor frame
outpins
- OUT(String) - ID = 51
- String - saved xml
- CLOSED - ID = 52
links to cvs
source - revision 1.2 XMLEditor source at sourceforge.net
configuration file revision 1.3 XMLEditor.vcb at sourceforge.net
used opensource jsXe xml editor link http://jsxe.sourceforge.net/
status
alpha release