xml
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1804
BAT-XML 1.0
Read input file (XML) generate dialog form described in the file. more>> The main idea is -- batxml.exe read input file (XML) generate dialog form described in the file after users choice generate .bat file and run it.
For what you need in this? Oh... hmmm... Say so. A many many years ago... Was written a many-many good console programs.
You can use batxml.exe as interface to ones.<<less
Download (171KB)
Added: 2008-07-11 License: Freeware Price: Free
481 downloads
XML Viewer 3
MindFusions XML Viewer is used to examine the contents of an XML file in an easy-to-use environment. In addition you can make modification to the XML... more>> <<less
Download (1719KB)
Added: 2008-09-07 License: Freeware Price: Free
4056 downloads
Other version of XML Viewer
License:Freeware
License:Freeware
License:freeware
MindFusion Group - ofPrice: $0.00
License:Freeware
License:Freeware
MDB 2 XML 1.0
MDB 2 XML converts a MS Access database (MDB) to an XML document. more>>
This tool converts a MS Access database (MDB) to an XML document.
Simple enter the name of the MDB file, give the name of the output file and press Convert.
The total number of converted records is displayed in the results list control.
MDB2XML makes is build using the classes CXmlDocument and CXmlElement.
<<lessSimple enter the name of the MDB file, give the name of the output file and press Convert.
The total number of converted records is displayed in the results list control.
MDB2XML makes is build using the classes CXmlDocument and CXmlElement.
Download (9.07KB)
Added: 2006-03-27 License: Freeware Price:
1326 downloads
Xml-Light 2.2
A minimal XML parser and printer for OCaml more>>
A minimal XML parser and printer for OCaml Xml-Light was designed to be a minimal XML parser & printer for OCaml.
It provide functions to parse an XML document into an OCaml data structure, work with it, and print it back to an XML document.
It support also DTD parsing and checking, and is entirely written in OCaml, hence it does not require additional C library.
<<lessIt provide functions to parse an XML document into an OCaml data structure, work with it, and print it back to an XML document.
It support also DTD parsing and checking, and is entirely written in OCaml, hence it does not require additional C library.
Download (22KB)
Added: 2007-11-19 License: GPL Price:
710 downloads
XML Editor 1.20
Simple XML Editor for Windows includes an XML structure tree and a syntax-highlighted text editor more>>
This software is a simple XML Editor for Windows that includes an XML structure tree and a syntax-highlighted text editor.
<<less Download (240KB)
Added: 2005-08-24 License: Freeware Price:
1557 downloads
Other version of XML Editor
Abidos Tecnologia - Extract any kind information on any web site, among a easy XML script, and format with a XSL template. Xml Editor. The XML Editor helps you to editPrice: $0.00
License:Freeware
License:Freeware
Xml Differ 2.1
Xml Differ is a Command line utility to compare 2 XML files more>>
Xml Differ is a Command line utility to compare 2 XML files Xml Differ is a Command line utility to compare 2 XML files. You can determinate configuration file. It consist of:
Node that define excluding xml attributes in comparison process.
For example: .
Such definition mean that all password attributes wont affect results.
Node that define identification xml attributes for node.
For example: .
Such definition mean that 2 IpAddress nodes from 2 files considered equal when their attributes ip_address equal. Such nodes will be compare and afect results. If no ID definied for node it will compare step by step.
Main features:
- Recompiled for .Net 1.0
- GUI interface
- New results with xPath format
<<lessNode that define excluding xml attributes in comparison process.
For example: .
Such definition mean that all password attributes wont affect results.
Node that define identification xml attributes for node.
For example: .
Such definition mean that 2 IpAddress nodes from 2 files considered equal when their attributes ip_address equal. Such nodes will be compare and afect results. If no ID definied for node it will compare step by step.
Main features:
- Recompiled for .Net 1.0
- GUI interface
- New results with xPath format
Download (40.7KB)
Added: 2007-03-20 License: Freeware Price:
957 downloads
XML Marker 1.1
XML Marker is an XML Editor that uses a synchronized table-tree-and-text display more>>
XML Marker is an XML Editor that uses a synchronized table-tree-and-text display to show you both the hierarchal and the tabular nature of your XML data.
It automatically produces a tabular display of any selected tag by collecting repeating attribute and tag names and then arranging them into columns. The result is a clutter-free and informative tabular display.
The implementation is very efficient in memory and CPU resources so you can quickly navigate through very large XML files - up to hundreds of megabytes and even gigabytes of XML data on a standard personal computer.
XML Marker is the perfect tool to work with plain-text debugging output and log files. Youll be able to dramatically increase their usefulness by modifying your programs to produce them in XML format. After that, you can use the graphical features of XML Marker to spot hidden trends and to solve your bugs faster.
More features include table sorting, syntax-highlighting editor, automatic indentation/pretty-printing of exiting code, drill down and as-you-type syntax checking.
Version restrictions:
- No printing.
- Limited DTD functionality.
- No validation of the text that is entered using the table views.
- Does not directly support all the technologies that are build on top of xml - it simply provides generic XML and DTD functionality
<<lessIt automatically produces a tabular display of any selected tag by collecting repeating attribute and tag names and then arranging them into columns. The result is a clutter-free and informative tabular display.
The implementation is very efficient in memory and CPU resources so you can quickly navigate through very large XML files - up to hundreds of megabytes and even gigabytes of XML data on a standard personal computer.
XML Marker is the perfect tool to work with plain-text debugging output and log files. Youll be able to dramatically increase their usefulness by modifying your programs to produce them in XML format. After that, you can use the graphical features of XML Marker to spot hidden trends and to solve your bugs faster.
More features include table sorting, syntax-highlighting editor, automatic indentation/pretty-printing of exiting code, drill down and as-you-type syntax checking.
Version restrictions:
- No printing.
- Limited DTD functionality.
- No validation of the text that is entered using the table views.
- Does not directly support all the technologies that are build on top of xml - it simply provides generic XML and DTD functionality
Download (996KB)
Added: 2006-11-04 License: Freeware Price:
6435 downloads
Mini-XML 2.2.2
Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files more>>
Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files Mini-XML will help you add XML reader support in your application without requiring large non-standard libraries.
Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program.
Main features:
- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and strings.
- Data is stored in a linked-list tree structure, preserving the XML data hierarchy.
- Supports arbitrary element names, attributes, and attribute values with no preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf" nodes.
- Functions for creating, indexing, and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.
<<lessMini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program.
Main features:
- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and strings.
- Data is stored in a linked-list tree structure, preserving the XML data hierarchy.
- Supports arbitrary element names, attributes, and attribute values with no preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf" nodes.
- Functions for creating, indexing, and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.
Download (221KB)
Added: 2007-07-16 License: GPL Price:
830 downloads
XML Package 1.0
Provide a way to read and write XML ,display,edit XML structures and content. more>> The Light Development XML Package provides a simple and universal way to read and write XML as well as to display and edit XML structures and content.
Lean XML parser
The package focuses on basic XML parsing which is why it has an extremely small footprint of only 16 KB for its class binaries.
Whenever an own solution requires persistent storage and retrieval of objects in XML format the Light Development XML package takes away the need to invent the core functionality of XML parsing, reading and writing without the requirement to learn and implement a big XML framework or to add hughe code libraries to own solutions.
Fast and simple processing
Being used in other Light Development products too it can be added to arbitrary solutions requiring XML parsing. The package is capable to handle even large amounts of XML data and allows to process XML on the fly because it parses data fast and triggers handler methods as the parse process runs.
Classes, source codes and documentation
The package consists of the class binaries in a Java archive file. The binaries are accompanied by a user manual and full API documentation. Full source codes are included in the package as well.<<less
Download (216KB)
Added: 2008-06-05 License: Freeware Price: Free
519 downloads
XML Check 1.2.7
XML Check is a program that runs in your browser and helps you to check XML files for well-formedness and validity more>>
XML Check is a program that runs in your browser and helps you to check XML files for well-formedness and validity XML Check is a program that runs in your browser and helps you to check XML files for well-formedness and validity. You can also perform and debug XSL transformations.
Main features:
- View all XML-compliant files in an expandable tree.
- Check files for XML well-formedness and validity. If not well-formed, shows exactly where problem occurs.
- Perform and debug XSL transformations.
- No installation necessary - It runs in your browser.
<<lessMain features:
- View all XML-compliant files in an expandable tree.
- Check files for XML well-formedness and validity. If not well-formed, shows exactly where problem occurs.
- Perform and debug XSL transformations.
- No installation necessary - It runs in your browser.
Download (6KB)
Added: 2006-05-15 License: Freeware Price:
1276 downloads
XML Notepad 2007 2.5
browsing & editing XML documents more>> Microsoft XML Notepad is a simple prototyping application for HTML authors and developers that enables the rapid building and editing of small sets of XML-based data. With XML Notepad, developers can quickly create XML prototypes in an iterative fashion, using familiar metaphors.
XML Notepad offers an intuitive and simple user interface that graphically represents the tree structure of XML data. Working with the standard building blocks of XML supported in Microsoft Internet Explorer 4.0, authors are able to create reproducible data structures that can be easily filled, allowing greater emphasis to be placed on application development instead of manual data structuring.
<<less Download (1.8M)
Added: 2008-10-29 License: Freeware Price:
380 downloads
Other version of XML Notepad 2007
Microsoft Corporation - A simple application for browsing and editing XML documents. By Microst. XML Notepad 2007 provides a simple intuitiveLicense:Freeware
XML Data Editor 1.0
XML Data Editor - Edit XML files more>>
In some cases your would store data in XML file. With XMLDataEditor you are able to easily create end modify flat XML data files.
<<less Download (32KB)
Added: 2006-11-29 License: Freeware Price:
1085 downloads
BS XML Editor 1.0
Simple as is XML documents editor. more>> This editor is intended to be use for quick editing and examination of XML documents. It doesnt provide complex XML document specification functions. Just an as is direct XML tree editing. It supports Unicode and simple validation however.<<less
Download (635KB)
Added: 2003-11-04 License: Freeware Price: $0.00
2186 downloads
XML Workbench 2.1
IDE for developing XML based solutions more>> XML Workbench is a desktop software package for IT professionals. It is an IDE for developing XML based solutions and for writing scripts. It acts as a management layer between your data, data manipulation tools and the desired result. Use virtually any XML/XSLT processor including the built in engine. Apply your XSL to XML data files or any XML source accessible from a command line or script. Conveniently run scripts and tools against project files. Features Below is a brief summary of a few XML Workbench features. See the Online XML Workbench Users Guide for complete details.
- Configure any number of external comand line tools (MSXSL, Xalan, Libxslt, Saxon, tidy, php -lint, perl, WScript, ftp ...) to test, generate or transform data and scripts
- Organize data sources and working files into Projects
- Test XML for "well-formedness" and automatically jump to offending location
- Validate your XML
- Debug XSLT using with break points and full context information display.
Download (list)
Added: 2008-10-25 License: Freeware Price:
381 downloads

Universal XML 1.0
Translating relational data into XML documents and storing. more>> Universal XML is an easy to use XML data gateway to transform your data effectively.More requests for interoperability and data exchange through the Internet make XML (Extensible Markup Language) as a dominant standard language. Though much work has been done on translating relational data into XML documents and vice versa, there is no method for massive data transmission on the Internet. Moreover, most XML-enable database management systems can only translate a few relations into XML documents without preserving data semantics, which is insufficient for information highway on the web. People are also required to prepare different query languages for operating different database models. As a result, XML databases, which fulfill the above requirements, have emerged. It stores XML documents and preserves its physical document structure, support document-level transactions and queries in XML query language. To retrieve the relational data on the web rapidly, its equivalent XML documents must be created and transmitted on the Internet. Replicate databases also let users inter-operate XML database and relational database by their own familiar query language such that users can use XQL and SQL to access replicate XML documents and relational database respectively. Snapshot facilities are applied to replicate XML documents if there is any change in the relational database.
Universal XML Data Gateway is a powerful software tool, which helps in replicating a relational database into an XML (Extensible Markup Language) database. It allows users to benefit from rapid data and format interchange on the intranets and World Wide Web. Moreover, all relevant DTD (Document Type Definition) files are generated. Each DTD file defines the structure and legal building blocks in each XML file, so it also helps in designing and validating the XML file.<<less
Download (22.52MB)
Added: 2008-06-22 License: Freeware Price: Free
488 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xml search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed