pXmlEditor

Document Actions
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

  1. SHOW - ID = 1 - showing xml editor
  2. HIDE - ID = 2 - hiding xml editor
  3. IN(String) - ID = 3 - XML String to process
    • String - XML String
  4. 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

  1. OUT(String) - ID = 51
    • String - saved xml
  2. 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