This version fixes a bug that the bar at the upper of page doesn't change to red though a "test:assert-not-equal" element results NG.
This version fixes bugs on browsers with Webkit (Chrome and Safari).
This version was renewed xsltester, and added a new applet xslviewer.
xsltester become possible to execute XSL codes in a test XSL file without
another applied XML file, and displays their results on Web browsers.
xslviewer can displays an API document of a target XSL file on Web browsers.
This version adds custom tags html:textbox and html:button.
This version updates xsldo and xslhtml to latest version. (xsldo is 1.7.0 and xslhtml is 1.2.0). And this contains some modifications.
This version updates using xsldo module to version 1.7.0.
And there are some modifications for custom tags.
This version adds do:_name, do:_get_name functions and 'substring-before', 'substring-after' attributes of do:_function function.
This version updates xsldo to version 1.7.0, and new element and attributes are added.
This version reflects modifications of version 4.2.0 to the help document.
I forgot to modifying this work on the previous version.
There is no change for the xslbook modules.
xsldo library is updated to version 1.6.0.
And two elements `include', `text' and one attribute `@labelonly' of `link' element are added.
This version updates using xsldo module from version 1.5.0 to 1.6.0.
And some elements are added newly or enhanced.
This version adds `do:include' function that includes nodes of/under the specified path.
This version uses xsldo library version 1.5.1, and changes APIs of some data operating elements.
In addition, this version adds some modifications.
This version modifys a bug that passing a parameter `ARG1' to child elements was missing in `do:_apply' function.
This bug affected following API functions: do:_sum, do:_relation, do:_for.
This version makes possible to specify styles of the immediate parent TD element and immediate DIV.content element of DIV.area element.
And this version corrects a mistake of the specification document.
This version modifys the bug of the function to count child areas, which is used for `horz' or `edge' layout.
This version is the first general available version of xslui.
And it adds some modifications to the previous version.
This version updates using `xsldo' module from version 1.4.0 to 1.5.0, and adds a parameter ABS_FLAG to each elements of xslhtml to adjust to xsldo.
This version adds a paramter ABS_FLAG for each API function. The value 'true' of this flag means that the DATA_URL of a data XML file is absolute URL and a BASE_DIR is not used to open the file. (The default value is not 'true').
This version adds a parameter BASE_DIR to each elements to adjust to xsldo 1.4.0.
This version changes the way to specify XHTML's namespace for (X)HTML elements. And this version updates using `xsldo' module from version 1.3.2 to 1.4.0.
This version adds a parameter BASE_DIR for each API functions.
This parameter is put forward the URL of the data XML file when that XML file is opened.
This version modifys bugs about html:attr element.
And it updates using `xsldo' module from version 1.3.1 to 1.3.2.
This version modifys following bugs:
- do:_for function with @sort and @each which starts with '/' returns no result.
- do:_for function with @sort in some cases mistook to solve a node path which is a value of @each attribute.
This version updates `xsldo' module from version 1.3.0 to 1.3.1.
xsldo 1.3.1 corrects the behavior of do:_sum and do:_relation functions when they have child elements.