XSLT
last edited 4 years ago by havoyan
description
This part is designed to transform VSCB-XML-SAX events according to given XSL. Transformed content also fired in the form of VSCB-XML-SAX events
figure
inpins
- 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)
- xslEventFired (int, Object) - ID = 2 - XSL 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
- SAX_EVENT (int, Object) - ID = 51 - transformed XML output
- 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)
links to cvs
source - revision 1.2 org.vcb.parts.xml.PXSLT.java at sourceforge.net
configuration file revision 1.3 pXSLT.xml
status
alpha release