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.056.326 Times

Msxml Vbscript Create Xml Document freeware
Filter: All | Freeware | Demo
 

Msxml Vbscript Create Xml Document

< 1 2 3 4 5 > 
Added: July 19, 2010 | Visits: 694

XML::Filter::DOMFilter::LibXML XML::Filter::DOMFilter::LibXML is a SAX Filter allowing DOM processing of selected subtrees. SYNOPSIS use XML::LibXML; use XML::Filter::DOMFilter::LibXML; my $filter = XML::Filter::DOMFilter::LibXML->new( Handler => $handler, XPathContext => XML::LibXML::XPathContext->new(), Process =>...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): XML::Filter::DOMFilter::LibXML Download

Added: November 27, 2010 | Visits: 1.019

XML::Filter::Mode XML::Filter::Mode Perl module can filter out all chunks not in the current mode. SYNOPSIS use XML::Filter::Mode; use strict; my $filter = XML::Filter::Mode->new( Modes => "a,b,c" ); my $filter = XML::Filter::Mode->new( Modes => [qw( a b c )] ); ## To inspect the modes: my @modes =...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): XML::Filter::Mode Download

Added: August 18, 2010 | Visits: 887

DomSax DomSax is an implementation of a XML-parser based on the standard Document Object Model principle (and suns implementation), combining it with the flexibility and possibility of low memory consumption of the SAX-parser (also suns implementation). Based on the fact that most XML-documents...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): DomSax Download

Added: September 13, 2010 | Visits: 891

XML::QL XML::QL is an XML query language. SYNOPSIS $ql = WHERE $head ORDER-BY $head IN "file:REC-xml-19980210.xml" CONSTRUCT $head; print XML::QL->query($sql); This module is an early implementation of a note published by the W3C called "XML-QL: A Query Language for XML". XML-QL allows the user...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): XML::QL Download

Added: February 05, 2010 | Visits: 761

XML::XPath::Simple XML::XPath::Simple is a very simple interface for XPaths. SYNOPSIS use XML::XPath::Simple; $xp = new XML::XPath::Simple( xml => $xml, context => / ); $content = $xp->valueof(/doc/c[2]/d[1]@id); XML::XPath::Simple is designed to allow for the use of simple Abbreviated XPath syntax to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): XML::XPath::Simple Download

Added: May 16, 2010 | Visits: 1.053

XML::DOM::Element XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML document: < elementExample id="demo" > <...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (96): XML::DOM::Element Download

Added: February 01, 2010 | Visits: 945

XML::XPathScript::Processor XML::XPathScript::Processor is the XML transformation engine in XML::XPathScript. SYNOPSIS In a stylesheet ->{testcode} sub for e.g. Docbooks < ulink > tag: my $url = findvalue(@url,$self); if (findnodes("node()", $self)) { # ... $t->{pre}=qq< a href="$url" >; $t->{post}=qq< /a >;...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): XML::XPathScript::Processor Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 1.175

Export Table to XML for MS SQL Server Professional Export Table to XML for MS SQL Server Professional program will allow you to export rows of the selected table to XML documents. This effective database export utility has an easy-to-use wizard interface and is able to support all modern versions of MS SQL Server.


Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64


Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 539

XML Parse Lib XML Parse Lib is a handy, simple set of re-usable functions designed for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. This component also...


Platforms: Windows

License: Freeware Download (47): XML Parse Lib Download

Added: May 10, 2013 | Visits: 444

CS PHP XML It allows you to read-in XML tags in an array format accessible via "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): CS PHP XML Download

Added: May 10, 2013 | Visits: 359

Breaking large XML documents into chunks One of the few problems with using Python to process XML is the speed -- if the XML becomes somewhat large (>1Mb), it slows down exponentially as the size of the XML increases. One way to increase the processing speed is to break the XML down via tag name. This is especially handy if you are only...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Breaking large XML documents into chunks Download

Added: May 10, 2013 | Visits: 350

XML Content 6.x-1.x-dev / 5.x-1.x-dev The module allows saving XML inside the body of any node type, and have it display differently with XSL, or validated against a preconfigured schema.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "XML...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (49): XML Content 6.x-1.x-dev / 5.x-1.x-dev Download

Added: December 20, 2012 | Visits: 487

XML Application Objects a XML Application Objects (XAO) is a simplified, unified API for working with XML in PHP. It is designed to accelerate standards based development of object oriented web applications in PHP. The main classes stand on their own so that you can use them as utilities. The other classes in the library...


Platforms: BSD Solaris

License: Freeware Download (55): XML Application Objects a Download

Added: May 10, 2013 | Visits: 340

XML Check This class implements methods to check if a URL or file is well-formed XML. If not the class supplies methods to return the error message, line number and column number. If the source is well-formed the class provides methods to return the number of elements, attributes, text_sections, size of...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): XML Check Download

Added: December 05, 2012 | Visits: 455

XML Application Objects a XML Application Objects (XAO) is a simplified, unified API for working with XML in PHP. It is designed to accelerate standards based development of object oriented web applications in PHP. The main classes stand on their own so that you can use them as utilities. The other classes in the library...


Platforms: BSD Solaris

License: Freeware Download (48): XML Application Objects a Download

Added: May 11, 2013 | Visits: 240

Conglomerate for XML Tools Conglomerate should allow you to load and edit any well-formed XML document.It lets you "undo" and "redo" any changes you make to a document. Also, it can store an arbitrary amount of "undo" and "redo" history, up to the memory of the computer you're running it on.


Platforms: C and C plus plus

License: Freeware Size: 3.14 MB Download (40): Conglomerate for XML Tools Download

Added: September 24, 2013 | Visits: 626

XMLStarlet for XML Tools XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands.This set of command...


Platforms: C and C plus plus

License: Freeware Size: 317.44 KB Download (48): XMLStarlet for XML Tools Download

Added: September 15, 2013 | Visits: 446

Data to XML Data to XML can be used to generate XML documents from data stored in a MySQL database. It can execute a given SQL SELECT query and generate a XML document with query result data.


Platforms: PHP

License: Freeware Size: 51.2 KB Download (42): Data to XML Download

Added: August 10, 2013 | Visits: 397

CS PHP XML for XML Tools It allows you to read-in XML tags in an array format accessible via "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): CS PHP XML for XML Tools Download

Added: August 20, 2013 | Visits: 356

phpXMLDOM for XML Tools phpXMLDOM (phpXD) is an XML DOM-Implementation for PHP, written in PHP.It offers methods for accessing the nodes of an XML document using the W3C Document Object Model (DOM) Level 2 Core.phpXMLDOM does not require the PHP DOM XML extension.


Platforms: PHP

License: Freeware Size: 61.44 KB Download (42): phpXMLDOM for XML Tools Download

< 1 2 3 4 5 >