ScriptDance.com / search results for XML


ADO to XML


With XML being the latest and greatest craze, I thought this might be useful to someone out there. It's a little script that queries a database and then using ADO's built in Save feature saves a copy of the data as an XML file. The format isn't perfect since it's meant to be opened back up by ADO, but it sure beats writing it by hand....more detail

discuss tags: xml | Add this link to... | tell friends

Synchronization between XML Schema and database.


SysDB is a tool for synchronizing XML Files (based on XML Schema) and a Relational Database. XML files are stored and managed in a database. - Data are managed in configuration : when you change a XML file, only this file will be added into the base. Old versions can be easily retrieved from the database. - Database Schema is automatically deducted from the XML Schema. - Database and XML Schema are synchronized automatically keeping the base management as simple as possible : there is no need to create a new base each time the Schema changes....more detail

discuss tags: xml | Add this link to... | tell friends

Presenting XML


Presenting XML is a Java web application framework for presenting HTML, PDF, WML etc. in a device independent manner. The framework supports a flow of content (XML files, flat files, SQL, dynamic XML) through SAX pipelines and XSLT transforms to a device. It runs as a servlet in a web environment and also as a console app. It can be used, for example, to transform flat files into XML, to transform XML content into multi-part MIME mail message, to transform XML into PDF, to generate HTML web pages, etc....more detail

discuss tags: xml | Add this link to... | tell friends

XML Schema Quality Checker


XML Schema Quality Checker is a program which takes as input an XML Schema written in the W3C XML schema language and diagnoses improper uses of the schema language. Where the appropriate action to correct the schema is not obvious, the diagnostic message may include a suggestion about how to make the fix....more detail

discuss tags: xml | Add this link to... | tell friends

XML Processing Plus Plus


The XML Processing Plus Plus compiler converts programs written in this language's syntax into Java code that uses standard XML APIs. The language itself provides simple wrapper APIs: XmlIn and XmlOut. XmlIn is used for retrieving data from XML input streams, and XmlOut for inserting data to XML output streams. In addition, it provides a powerful "compile-time debugging" facility based on its type-checker. The type-checker runs inside the compiler and detects problems in the code....more detail

discuss tags: xml | Add this link to... | tell friends

Chilkat Ruby XML Library


Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding....more detail

discuss tags: xml | Add this link to... | tell friends