Most Popular Scripts | XML
ScriptsXMLSoftware
AurigaDoc is a java-xml-xsl based documentation tool for writing xml documents and converting them to other formats like HTML, DHTML, RTF and PDF.
AurigaDoc can produce output in HTMl(single and multi-page), DHTML, PDF, RTF, PostScript, HTML Help, Java Help, Oracle help For Java, Unix Man Page, etc
The idea is to keep a single document source(as xml) and convert it to various formats using XSLT.
Views: 6,883
Added On: Fri, 10th January 2003
ScriptsXMLScripts & ProgramsForm Processors
XML Survey is a Java Servlet that allows you to collect data from any html form and save it in xml-format. It runs using a text configuration file that can be saved anywhere on your server. Also XML file can be created anywhere on your server.
Views: 18,778
Added On: Thu, 6th July 2000
ScriptsXMLTutorials & TipsPHP & XML
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news system for your home page.
Views: 13,619
Added On: Wed, 21st June 2000
ScriptsXMLProgramming Books
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include Service-Oriented Architecture (SOA), Web Services Definition Language (WSDL), Simple Object Access Protocol (SOAP), Universal Description, Discovery and Integration (UDDI), Data Model, Encoding, HTTP Binding, Message Exchange Patterns, Properties, RPC, Web Method. Key sections: - What Is a Web Service? - Web Service Related Technologies - What Is SOAP? - SOAP Communication Example - SOAP Message Structure - SOAP Fault Message - SOAP Protocol Binding - SOAP Distributed Processing Model - SOAP Features - SOAP Modules - What Is SOAP Data Model? - What Is SOAP Encoding? - Multiple References and Circular Referencces
Views: 3,268
Added On: Thu, 29th September 2005
ScriptsXMLProgramming Books
XML by Example teaches Web developers to make the most of XML with short, self-contained examples every step of the way. The book presumes knowledge of HTML, the Web, Web scripting, and covers such topics as: Document Type Definitions, Namespaces, Parser Debugging, XSL (Extensible Stylesheet Language), and DOM and SAX APIs. At the end, developers will review the concepts taught in the book by building a full, real-world e-commerce application.
Views: 4,356
Added On: Sat, 24th June 2000
ScriptsXMLTutorials & TipsIntroduction to XML
The very basics of XML documents set out in a brief tutorial for absolute beginners. Discusses XML tags, DTDs, well-formed XML documents and gives links to other resources such as XML Parsers, Editors and XSL tools. Free.
Views: 3,397
Added On: Sat, 22nd October 2005
ScriptsXMLTutorials & TipsIntroduction to XML
This tutorial describes: Simple XML Elements with Pre-defined Data Types Simple XML Elements with Extended Data Types Complex XML Elements Simple Content XML Elements Empty XML Elements Anomymous Data Types Sample XSD File - dictionary.xsd
Views: 2,495
Added On: Mon, 14th August 2006
ScriptsXMLProgramming Books
E-business is driving the merging of web, IT and object technologies to form the foundations of a new architecture, Web Services. This classic Wrox compendium covers the broad spectrum of XML based technologies that will be used in Web Services and is for anyone involved in developing commercial business-oriented distributed applications. Topics covered: This book covers: The architecture of Web Services - past, present, and future; Detailed explanation of SOAP 1.1; An overview of SOAP 1.2 and XML Protocol; IBM's Web Services Toolkit and Microsoft's SOAP toolkit 2.0; Other SOAP implementations in Perl, C++, and PHP; Java Web Services with Apache SOAP; WSDL 1.1, UDDI 1.0, and 2.0; Creating and deploying Web Services using .Net; Building Web Services using Python; and Applying security at both transport and application levels.
Views: 6,150
Added On: Wed, 19th September 2001
ScriptsXMLScripts & ProgramsSecurity Systems
XML Security Suite is a tool that provides security features such as digital signature, encryption, and access control for XML documents. These features are beyond the capability of transport-level security protocols such as Secure Sockets Layer (SSL). The goals in creating this technology were to contribute to standards development by providing sample implementations and to supply advanced technologies to partners and developers and to gather their input.
Views: 2,621
Added On: Mon, 3rd February 2003
ScriptsXMLProgramming Books
This book is a collection of notes I wrote while I was learning eXtensible Markup Language (XML) and other related technologies: CSS: Cascading Style Sheet DOM: Document Object Model DTD: Document Type Definition SAX: Simple API for XML XHTML: eXtensible HTML XML: eXtensible Markup Language XQL: XML Query language XSD: XML Schema Definition XSL: eXtensible Style Language XSLT: XSL Transformation
Views: 2,024
Added On: Fri, 5th August 2005
ScriptsXMLScripts & ProgramsMiscellaneous
P3P Wiz is a simple and easy to use, real-time, web-based, P3P Compliant Privacy Policy Wizard.
It generates and (if required) automatically installs all aspects of your Privacy Policy including: P3P (XML) Reference File, Multiple P3P (XML) Policies, Human Readable (HTML) Privacy Statement and Compact Headers.
The included Installation Wizard allows secure and automatic installation to your web site requiring no downloading or manual installation. Privacy Policy data is also supplied in raw format, preview and as a customized zip file.
Password protected online editing allows you to modify your Privacy Policy as required.
P3PWiz now includes the first real-time 'P3P Privacy Validation Seal', ensuring customer trust in your website.
Views: 2,429
Added On: Wed, 22nd October 2003
ScriptsXMLScripts & ProgramsE-Commerce
Xtensible Shopping Bag (XSB), which besides storing standard properties (product id, product name, price, quantity) allows you to add as many custom properties as you like. In addition, it contains more high-tech: internally, it is based on XML - therefore scaling to large numbers of users as Session state is stored as XML data, not as object.
Views: 34,163
Added On: Thu, 18th May 2000
ScriptsXMLTutorials & TipsJava & XML
XML and JSP are two of the hottest buzzwords these days. This article shows how you can use these two technologies together to make a dynamic Website. You also get a look at code examples for DOM, XPath, XSL, and other Java-XML techniques.
Views: 7,495
Added On: Wed, 21st June 2000
ScriptsXMLScripts & ProgramsAuthoring ToolsJava
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.
Views: 1,836
Added On: Tue, 9th September 2003
ScriptsXMLScripts & ProgramsParsersJavaScript
A set of JavaScript XML tools written with the goal of speed, simplicity, and minimal code. A parser that doesn't mind if you throw 2000 lines of (well-formed) XML at it, a unique builder that invites the coding of GUIs (graphical user interfaces) around it, and an iterator that makes costly recursion unnecessary. I've released it under the LGPL (it's free for private and commercial use, no strings attached).
Views: 7,879
Added On: Fri, 16th May 2003
ScriptsXMLTutorials & TipsIntroduction to XML
This article provides a technical introduction to XML with an eye towards guiding the reader to appropriate sections of the XML specification when greater technical detail is desired. This introduction is geared towards a reader with some HTML or SGML experience, although that experience is not absolutely necessary. The XML Link and XML Style specifications are also briefly outlined.
Views: 11,040
Added On: Mon, 19th June 2000
ScriptsXMLScripts & ProgramsUser Interface
Bambookit GUI is a completely XML scriptable user interface to build real-time interactive web application front-ends. Sitting on top of Personal Java BambooKIT is portable across multiple platforms and devices, from
mobiles to desktops. Due to the XML nature of Bambookit GUI, we can interpolate across any existing middleware infrastructure environment (.NET, J2EE, PHP). All the layout and event handling routines is managed within the XML scripts. Bambookit GUI sits on top of Personal Java. Bambookit is extremely lightweight occupying only 100Kb (jar file).
Views: 4,833
Added On: Mon, 19th May 2003
ScriptsXMLTutorials & TipsIntroduction to XML
Provides a central location for everything that a developer needs to know about XML technologies (XML, XSLT, XLL, SVG and about 40 other categories). You will find examples with Source Code, Tutorials, Tools, Resources, Books, etc.
Views: 1,929
Added On: Fri, 5th March 2004
ScriptsXMLScripts & ProgramsContent Management
XMLNuke is Web Development Framework fully based on XML. Programming with XMLNuke Framework you create your website based on your data (XML) moving the design and the operational system to a second layer. To aid in this work the XMLNuke provides several classes for abstract the use of XML and the environment it xmlnuke is running. XMLNuke is a site content management also and uses only XML/XSL files. No database is needed and it has a minimum setup. The XMLNuke becomes in a two flavors: PHP5 and CSharp and both running in Linux and Windows without any modifications or adjusts in your code.
Views: 23,648
Added On: Thu, 19th June 2003
ScriptsXMLTutorials & TipsIntroduction to XML
This book is a collection of notes I wrote while I was learning eXtensible Markup Language (XML) and other related technologies: CSS: Cascading Style Sheet DOM: Document Object Model DTD: Document Type Definition SAX: Simple API for XML XHTML: eXtensible HTML XML: eXtensible Markup Language XQL: XML Query language XSD: XML Schema Definition XSL: eXtensible Style Language XSLT: XSL Transformation
Views: 2,049
Added On: Fri, 17th October 2003