Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News oXygen XML Editor 10 (Standalone branch) Post 302250750 by Linux Bot on Friday 24th of October 2008 07:30:03 AM
Old 10-24-2008
oXygen XML Editor 10 (Standalone branch)

ImageoXygen is an XML editor that supports any XMLdocument, and works with XML Schemas, DTDs, RelaxNG schemas, and NRL Schemas. It has powerfultransformation support that allows you to editXSLT and XSL-FO documents and to obtain documentsin the desired output format (such as HTML, PS, orPDF) with just one click. It also includes acomplete Subversion client, support for flatteningXML Schemata, an XML Schema instance generator,integration with the X-Hive/DB, MarkLogic andTigerLogic XML databases, editing actions on thediagram, and a rename refactoring action.License: Other/Proprietary License with Free TrialChanges:
One of the most important additions in this version is the bundling of the schema-aware XSLT 2.0 and XQuery processor from Saxonica. This version comes with a large number of improvements, including a powerful new XML instance generator, better content completion offering proposals from included or imported XML Schema or XSLT modules, and a better integration of the Intel XML Software Suite. The support for commercial databases was updated to support the latest versions of MarkLogic 4.0, Oracle 11g R1, SQL Server 2008, DB2 9.5, and XHive 8.Image

Image

More...
 
XML(3pm)						User Contributed Perl Documentation						  XML(3pm)

NAME
CGI::XML - Perl extension for converting CGI.pm variables to/from XML SYNOPSIS
use CGI::XML; $q = new CGI::XML; # convert CGI.pm variables to XML $xml = $q->toXML; $xml = $q->toXML($root); # convert XML to CGI.pm variables $q->toCGI($xml); DESCRIPTION
The CGI::XML module converts CGI.pm variables to XML and vice versa. CGI::XML is a subclass of CGI.pm, so it reads the CGI variables just as CGI.pm would. METHODS
$q = new CGI::XML creates a new instance of CGI::XML. You also have access to all of the methods in CGI.pm. $q->toXML([$root]) where $root is an optional parameter that specifies the root element. By default, toXML will not return a root element. $q->toCGI($xml) where $xml is the XML you would like to convert to CGI.pm parameters. Values in the XML will overwrite any existing values if they exist. NOTE
CGI::XML does not currently handle multiple selections passed from HTML forms. This will be added in a future release. AUTHOR
Jonathan Eisenzopf <eisen@pobox.com> CONTRIBUTORS
David Black <dblack@candle.superlink.net> SEE ALSO
perl(1), XML::Parser(3). perl v5.8.8 2004-12-05 XML(3pm)
All times are GMT -4. The time now is 01:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy