o2xdl-core samples  3.01
o2xdl CORE SDK documentation

Using Doxygen here is grouped an eterogeneous documentation about the tools of o2xdl CORE SDK ver. 3.0. Last version of o2xdl CORE SDK can be found: https://github.com/msillano/o2xdlCORE.

oo2x:object samples

Some samples, from minimal to complex objects.

Realize()

Realize() is a function defined in CORE, to realize o2x:objects. Here 2 implementation of this function:

  1. Realize() standalone, file C:\o2xdl-30\CORE\bin\realize03.hta.
    Jscript implementation, slow, but with an accurate valutation of input o2x:object file.

  2. Realize() as Notepad++ extension. Java implementation in C:\o2xdl-30\CORE\bin\jo2xtools.jar, and driver jrealize.bat.
    see documentation

  3. jo2xtools.jar, contains jrealize and xmlfilter, for custom applications.
    The sources are in file sources.zip.

  4. C:\o2xdl-30\CORE\xslt\coreT001.xsl, coreT002.xsl, coreT003.xsl.
    The transformations used by Realize().