EditiX 2008 SP 1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News EditiX 2008 SP 1 (Default branch)
# 1  
Old 03-08-2008
EditiX 2008 SP 1 (Default branch)

ImageEditiX is a cross-platform and multi-purpose XML editor and XSLT debugger (1.0 and 2.0), which helps Web authors and programmers use XML and XML-related technologies, such as XSLT, FO, and XSD schemas. It provides a lot of functionality within a refined IDE, which guides the user with intelligent entry helpers, and has real-time XPath location and syntax error detection. It allows the user to apply an XSLT or FO transformation, and shows the result in a separate view. It includes default templates for XML, DTD, XHTML, XSLT, XSD, XML RelaxNG, SVG, MathML, and XML FO. It can generate schema W3C, DTD or RelaxNG from a document instance.License: Other/Proprietary License with Free TrialChanges:
This service pack includes an XSLT profiler and fixes various problems with the XSLT debugger. Users can transform an XSL-FO document from an XSLT action, all in one operation. Actions were added for nodes for duplicating the previous/next sibling node. This release also fixes dozen of bugs and improves global performance.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
libxslt(3)						     Library Functions Manual							libxslt(3)

NAME
libxslt - library for transforming XML documents DESCRIPTION
The libxslt library is the XSLT library developed for the Gnome project. XSLT itself is a declarative language for transforming XML docu- ments into other XML documents, or arbitrary text output using a stylesheet. The libxslt library is based on libxml2 library developed for the Gnome project. It also implements most of the EXSLT set of processor- portable extensions functions and some of Saxon's evaluate and expressions extensions. FILES
/usr/lib/libxslt.so shared object library /usr/lib/libexslt.so shared object library /usr/bin/xsltproc command line XSLT processor /usr/bin/xslt-config binary application for printing library configuration /usr/include/libxslt header files /usr/share/lib/xml/style stylesheets AUTHORS
Daniel Veillard (daniel@veillard.com). SEE ALSO
xsltproc(1), xslt-config(1), libxml(3) NOTES
Source for libxslt is available on http://opensolaris.org. Documentation for libxslt is available on-line at http://www.xmlsoft.org/XSLT. 17 Jul 2002 libxslt(3)