Author: SSWUG Research

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

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