XMLAgregate

Document Actions
last edited 4 years ago by amehrabyan

description

This part agreagates VSCB-XML-SAX events into one consistent XML file and fires it in a one bulk event

figure

not defined

inpins

  1. saxEventFired (int, Object) - ID = 1 - XML input
    • int - describes sax event type (startDocument, endDocument, startElement etc.)
    • Object - sax event data (array of data according to startElement, characters etc. of standard SAX parsers)

outpins

  1. PAGE_CONTENT(String) - ID = 51 - fires XML file output as a string
    • String - XML file output as a string

links to cvs

source - revision 1.0 org.vcb.parts.xml.PAgregate.java at sourceforge.net

configuration file revision 1.0 org.vcb.parts.xml.pAgregate.xml at sourceforge.net

status

alpha release