Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

New Scripts | XML

Results 261-280 of 293
An introduction to XQuery
This article introduces the W3C's XQuery specification, currently winding its way toward Recommendation status after emerging from a long incubation period behind closed doors. The complex specification consists of six separate working drafts, with more to come. This article provides some background history, a road map into the documentation, and an overview of some of the technical issues involved in the specification. A sidebar takes a quick look at some key features of XQuery's surface syntax. Code samples demonstrate the difference between XQuery and XQueryX and show examples of the surface syntax.
(0 ratings)
Reviews0
PriceFree
Views1752
XML Schema Quality Checker
posted byjicondoninSoftware
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. For Schemas which are composed of numerous schema documents connected via <include> <import> or <redefine> element information items, a full schema-wide checking is performed. The tool can also be run in batch mode to quality check multiple XML schemas in a single run.
(0 ratings)
Reviews0
PriceFree
Views2397
XML Registry
posted byjicondoninSoftware
The IBM XML Registry/Repository (XRR) is a data management system that manages and provides services for XML artifacts including schemes (DTD, XSD), stylesheets (XSL) and instance documents (WSDL). User can use XRR to obtain an XML artifact automatically, search or browse for an XML artifact, deposit an XML artifact with or without related data, and register an XML artifact without deposit.
(0 ratings)
Reviews0
PriceFree
Views2348
XSLbyDemo
posted byjicondoninSoftware
XSLbyDemo is a technology for generating XSLT rules on the basis of editing operations conducted under on the WYSIWYG view of an HTML editor. XSLbyDemo is available for full-fledged HTML editors, namely, IBM WebSphere Studio Page Designer (v3.5 or greater), and IBM WebSphere Homepage Builder (v.6.0.3 or greater).
(0 ratings)
Reviews0
PriceFree
Views3066
Soapbox: Magic bullet or dud?
This article casts a critical eye on the Simple Object Access Protocol, assessing the value this much-discussed new technology can provide developers and demonstrating its foundation in a mixture of the old RPC (remote procedure calls) technology and in XML. It examines RPC, XML-RPC, RMI, and SOAP in detail, comparing and contrasting the use of each, and discusses whether SOAP makes sense. This article also includes sample code for a SOAP envelope.
(0 ratings)
Reviews0
PriceFree
Views1774
Managing e-zines with JavaMail and XSLT, Part 2
This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five reusable code samples include a Java program to send e-mails using JavaMail, an XSLT style sheet to convert the DocBook sample introduced in Part 1 to HTML, a Java configuration handler (in the form of a SAX ContentHandler), and the Java code that puts it all together in a multistepped transformation.
(0 ratings)
Reviews0
PriceFree
Views2299
XML programming in Java
This article describes the design and implementation of an intuitive, fast and compact (40K) Java toolkit for parsing and manipulating XML -- Electric XML -- the XML engine of the author's company. It shows one way to apply object-oriented techniques to the creation of an XML parser, and it provides useful insight into API design. The source code for the non-validating parser described in this article may be downloaded and used freely for most commercial uses.
(0 ratings)
Reviews0
PriceFree
Views2845
How the IBM Web Services Compares with Microsoft Visual Studio .NET
This article provides a high-level overview of both development environments and tools in the IBM Web Services Development Environment and Toolkit and in Microsoft Visual Studio� .NET.
(0 ratings)
Reviews0
PriceFree
Views3522
Web services insider, part 1: Reflections on SOAP
What is the current state of the "Web services revolution?" This first installment of the "Web services insider series" will answer this question by reviewing the tools and technologies that have emerged over the past year, highlighting their differences and similarities.
(0 ratings)
Reviews0
PriceFree
Views3490
Spinning your XML for screens of all sizes
This article shows how to use HTML as an intermediate language so that you can write a single stylesheet to translate from XML to one or more versions of HTML and use the features of the WebSphere Transcoding Publisher server to translate the resulting HTML to the target markup language the requesting device requires.
(0 ratings)
Reviews0
PriceFree
Views1782
Introduction to the Darwin Information Typing Architecture (DITA) Article
posted bykwigintinAuthoring
The Darwin Information Typing Architecture (DITA) is an XML-based architecture for authoring, producing, and delivering technical information. This article introduces the architecture, which sets forth a set of design principles for creating information-typed modules at a topic level, and for using that content in delivery modes such as online help and product support portals on the Web. This article serves as a roadmap to DITA: what it is and how it applies to technical documentation. The article also links to representative source code.
(0 ratings)
Reviews0
PriceFree
Views2342
XSLDebugger
Complete with breakpoints and step-into/over this is a visual tool for XSL developers. Currently in beta, this tool is easy to use and small.
(3 ratings)
Reviews0
PriceFree
Views3869
XSLTester
posted bydkackmaninSoftware
This tool is now a mature 2 years old. It was the first opensource Visual XSL development environment.
(3 ratings)
Reviews0
PriceFree
Views6148
XSLT/XPATH tutorial
In this 28 page tutorial, you will go from not knowing much about XML/XSL/XPATH to finishing with a working knowledge of XSLT and XPATH.
(0 ratings)
Reviews0
PriceFree
Views4221
Using XML and Relational Databases with Perl
This article describes how Perl can be used to transfer data between XML and relational databases, and how XML can bridge two disparate databases. MySQL is used as an example database.
(3 ratings)
Reviews0
PriceFree
Views4318
Migrating from HTML to XML
As the Internet world shifts its focus to XML and related technologies, what happens to HTML? Everywhere you go, products are becoming "XMLitized" as vendors rush to gain market share. While this is great for companies that are only now beginning to build their infrastructures, what about the rest of us whose sites have existed for years, accumulating documents architected on old HTML technology? Fortunately, the market for tools in this space is growing, and technologies like Extensible Hypertext Markup Language (XHTML) are making it easier to migrate your repository of existing HTML documents. This article describes tools to help you convert to XML with ease.
(0 ratings)
Reviews0
PriceFree
Views5803
XML Survey
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.
(45 ratings)
Reviews0
PriceFree
Views19954
NanoXML
NanoXML is a very small (5KB!) XML parser for Java. It currently performs no validation (the DTD is ignored).
(0 ratings)
Reviews0
PriceFree
Views3817
XML Parser for Java
posted bywebmasterinJava
XML Parser for Java is a validating XML parser written in 100% pure Java. The package (com.ibm.xml.parser) contains classes and methods for parsing, generating, manipulating, and validating XML documents. XML Parser for Java is believed to be the most robust XML processor currently available and conforms most closely to the XML 1.0 Recommendation.
(3 ratings)
Reviews0
PriceFree
Views3500
XSL Editor
posted bywebmasterinJava
The IBM XSL Editor application allows a user to import, create, and save Extensible Stylesheet Language (XSL) style sheets and Extensible Markup Language (XML) source documents. IBM's XSL Editor allows users to set and remove "break points" on the style sheet and source document. The XSL Editor user interface features an XML "source based" collapsible "tree view" with dynamic font resizing for "Zooming" in/out to handle small/large documents. Dynamic "edit pads" provide a vehicle for style sheet and source document editing that are automatically kept in synch with their corresponding tree views. Style sheet authoring is made convenient by the ability to automatically generate XPath syntax from sample source documents.
(3 ratings)
Reviews0
PriceFree
Views3443
Results 261-280 of 293