EditiX 2008 - SP3 (Default branch)


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

Image EditiX 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 Trial Changes:
This release adds an XML Snippets system. Thus it is possible to store and restore complex XML structures. The main toolbar includes actions for navigating inside previous/next files. XML Diff works with current XML files. A new formatting scenario has been added for trimming text. A dozen bugs have been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SWFMILL(1)							   User Commands							SWFMILL(1)

NAME
swfmill - XML-based SWF (Shockwave Flash) processing tool SYNOPSIS
swfmill [options] <command> DESCRIPTION
swfmill is an xml2swf and swf2xml processor with import functionalities. It's most common use is the generation of asset libraries containing images (PNG and JPEG), fonts (TTF) or other SWF movies for use with MTASC- or haXe-compiled ActionScript, although swfmill can be used to produce both simple and complex SWF structures. * built around an XSLT/EXSLT processor (libxslt) * input and output of the XSLT transformation can be either XML or binary SWF * XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping SWF ID numbers * built-in "simple dialect" to support library creation and building simple SWFs swfmill is Free Software, written, maintained and (c) by Daniel Fischer (with contributions by Steve Webster and others) and released under the GNU General Public License (GPL). <command> is one of: swf2xml <in> [<out>] convert from SWF to XML. <in> is a single SWF file, or 'stdin' <out> is a single XML file, or (by default) 'stdout' xml2swf <in> [<out>] convert from XML to SWF. <in> is a single XML file, or 'stdin' <out> is a single SWF file, or (by default) 'stdout' simple <in> [<out>] convert from a movie definition file to SWF. <in> is a single XML file, or 'stdin' <out> is a single SWF file, or (by default) 'stdout' (for details, see README) xslt <xsl> <in> [<out>] transform <in> to <out> as described by <xsl>. <xsl> is the XSLT stylesheet, and can use the swft: extension. <in> must be some XML (depends on <xsl>) <out> is either SWF (when it ends in .swf) or XML, by default on 'stdout' <option>s are: -h print this help and quit --version print the version number and quit -v verbose output -V extra-verbose debugging output -d dump SWF data when loaded (for debugging) -e specify text encoding in SWF (for SWF 5 and earlier only; default: UTF-8). -n deactivate libxml network access SEE ALSO
You can find more information at http://swfmill.org/ E-mail bug reports to <dan@subsignal.org> swfmill 0.3.2 March 2012 SWFMILL(1)