Community

Community

XML Schemas and the DOM

When you use XML Schema, the XML DOM provides a property on each element and attribute to quickly access its definition in the schema. The definition property on the XMLDOMNode object returns the corresponding ElementType or AttributeType from the schema document. Recall that because an XML schema d

Community

XML Bridge for SAP

IBM's alphaWorks has released XML Bridge for SAP, software to provide XML integration between SAP R/3 systems on the one side and arbitrary SAP R/3 or non-SAP systems on the other side. The software is aimed at those who want to provide loose coupling between SAP R/3 and outside systems, want

Community

Hands-on XSL

This article presents a simple, hands-on exercise that demonstrates the principles of the Extensible Stylesheet Language Transformations (XSLT). It takes about an hour to complete the concept exercises and about 15 minutes at a computer to try out the results with a real XSLT processor.