Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.446.176 Times

Xml Namespaces software
Filter: All | Freeware | Demo
 

Xml Namespaces

1 2 3 4 5 > 
Added: July 07, 2010 | Visits: 887

XML::Namespace XML::Namespace is a Perl module with simple support for XML Namespaces. SYNOPSIS Example 1: using XML::Namespace objects use XML::Namespace; my $xsd = XML::Namespace->new(http://www.w3.org/2001/XMLSchema#); # explicit access via the uri() method print $xsd->uri(); #...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): XML::Namespace Download

Added: October 21, 2010 | Visits: 875

xnsdoc xnsdoc project is a documentation generator for XML namespaces defined by W3C XML Schema in a JavaDoc like visualization. xnsdoc supports all common schema design practices like chameleon, russian doll, salami slice, venetian blind schemas or circular schema references. xnsdoc can be used...





Platforms: *nix

License: Shareware Cost: $59.00 USD Size: 3.9 MB Download (88): xnsdoc Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 558

S-exp-based XML parsing/query/conversion Functional XML parsing framework: SAX/DOM and SXML parsers withsupport for XML Namespaces and validation. Related to SSAX are SXPathqueries and SXML transformations, with applications to XML/HTMLauthoring and literate Scheme and XML programming.


Platforms: Windows, Mac, Linux

License: Freeware Size: 531.74 KB Download (49): S-exp-based XML parsing/query/conversion Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 459

DocFlex/XML DocFlex/XML is a powerful template-driven docs/reports generator by the data obtained from XML files. The templates are created using a graphic Template Designer basing on the data type info loaded from DTD or XML Schema files. The professional quality output documents can be generated in RTF and...



License: Commercial Cost: $256.00 USD Size: 3.21 MB Download (393): DocFlex/XML Download

Added: September 10, 2010 | Visits: 755

Xerces2 Xerces2 project is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (90): Xerces2 Download

Added: July 25, 2010 | Visits: 722

mod_xhtml_neg mod_xhtml_neg performs content-negotiation for XHTML documents conforming to Appendix C of the XHTML 1.0 specification. This module for the the Apache HTTP server gives it the ability to correctly negotiate content types for XHTML documents. Without negotiation, these would be sent as...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (88): mod_xhtml_neg Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 553

HybridJava Compiler Simple Server-side component-oriented MVC Java Web Framework alternative to JSF, Wicket, Tapestry, Click etc. The framework consists of a compiler and the runtime. The HybridJava language is strictly defined by a merge of Java and HTML formal grammar and extends Java semantics throughout markup....


Platforms: Windows, Mac, Linux

License: Freeware Size: 583 KB Download (528): HybridJava Compiler Download

Released: January 05, 2005  |  Added: May 16, 2006 | Visits: 2.841

Ektron eWebEditPro+XML Ektron eWebEditPro+XML empowers business users to author XML content in a Smart Web Forms like word-processor, shielding them from the complexities of XML, in both IE and Netscape. Ektron Smart Web Forms let developers strictly enforce content accuracy. Built-in flexibility allows for robust...


Platforms: Windows, Mac, *nix, Windows CE

License: Demo Cost: $599.00 USD Size: 25 MB Download (115): Ektron eWebEditPro+XML Download

Released: December 17, 2009  |  Added: December 26, 2009 | Visits: 1.611

oXygen XML Diff Oxygen XML Diff is a complete solution for comparing and merging XML files. It offers both directory and file comparison, six different diff algorithms and multiple levels of comparison. The comparison is also performed inside ZIP-based archives (ZIP, JAR, ODF, OOXML). The diff solution includes...


Platforms: Windows, Mac, *nix, Java,Other

License: Shareware Cost: $59.00 USD Size: 33.07 MB Download (792): oXygen XML Diff Download

Added: June 26, 2010 | Visits: 891

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): XML::Filter::Dispatcher::AsStructHandler Download

Added: July 07, 2010 | Visits: 722

XML::Genx XML::Genx is a simple, correct XML writer. SYNOPSIS use XML::Genx; my $w = XML::Genx->new; eval { # < foo >bar< /foo > $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( foo ); $w->AddText( bar ); $w->EndElement; $w->EndDocument; }; die "Writing XML failed: $@" if $@; This...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (107): XML::Genx Download

Added: November 03, 2010 | Visits: 890

XML::DOM::DocumentType XML::DOM::DocumentType is an XML document type (DTD) in XML::DOM. XML::DOM::DocumentType extends XML::DOM::Node. Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType interface in the DOM Level 1 Core provides an interface to the list of...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): XML::DOM::DocumentType Download

Added: January 03, 2010 | Visits: 955

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: January 25, 2010 | Visits: 975

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): XML::Parser::EasyTree Download

Added: September 07, 2010 | Visits: 924

XML::LibXML::DOM XML::LibXML::DOM is a XML::LibXML DOM Implementation. XML::LibXML provides an lightwight interface to modify a node of the document tree generated by the XML::LibXML parser. This interface follows as far as possible the DOM Level 3 specification. Additionally to the specified functions the...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): XML::LibXML::DOM Download

Added: November 01, 2010 | Visits: 1.727

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: August 31, 2013 | Visits: 438

Apache Xerces Perl XML Parser XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl.Because it is based on Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the...


Platforms: CGI and Perl

License: Shareware Cost: $0.00 USD Size: 286.72 KB Download (45): Apache Xerces Perl XML Parser Download

Released: February 01, 2003  |  Added: February 04, 2006 | Visits: 3.389

Whizlabs XML Certification Exam Simulator Ensure your success in IBM XML certification with Whizlabs simulator. Developed by highly experienced and certified professionals, it offers 5 mock exams (285 questions) on the latest pattern in a simulated environment. Coupled with value added offerings like Interactive quiz and Quick revision...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $74.95 USD Size: 5.6 MB Download (585): Whizlabs XML Certification Exam Simulator Download

Released: September 10, 2002  |  Added: August 17, 2006 | Visits: 3.209

oXygen XML Editor oXygen is a Java-based XML editor with support for XML, XSL, TXT, XSD and DTD documents. oXygen XML editor shows that Java should be the base of an XML editor; this can be proved by the development dynamics of Oxygen and by the availability on many platforms. It has Unicode support and the...


Platforms: Windows, *nix

License: Shareware Cost: $65.00 USD Size: 20.51 MB Download (470): oXygen XML Editor Download

Added: October 26, 2006 | Visits: 2.733

XMLwriter XML Editor XMLwriter is a powerful XML editor for Windows designed to help web editors and programmers take advantage of the latest XML and XML-related technologies such as XSLT and XSD. XMLwriter provides users with an extensive range of XML functionality such as: validation of XML documents against a...


Platforms: Windows

License: Shareware Cost: $89.00 USD Size: 3.37 MB Download (152): XMLwriter XML Editor Download

1 2 3 4 5 >