West Wind Client Tools

What's New with wwXML
Version 4.15
- wwXML::XPathToFoxValue
A new high level method that helps with retrieving content from XMLDOM nodes and turning them into properly type Fox values. - New wwXML::CreateCursorFromSchema method
This method allows returning an empty cursor if an XML result is passed to XMLToCursor() and no data is available. This method parses a wwXML compatible schema and creates a cursor from it. This now happens automatically when a schema is present so that you always get a cursor returned from XMLToCursor. This method is called internally and doesn't need to be called externally. - New wwXML::DataSetXMLToCursor method
This new method allows you to import tables from an XML dataset generated by .Net. At this time you will need to pre-create your cursors (schema info is insufficient to auto-create tables). You can import multiple tables out of the dataset by making multiple calls to this method for each of the tables in the dataset. - New examples for multi-cursor XML documents
This topic describes in detail how to build a single XML document that contains multiple cursors in XML format including schemas and how to convert them back.
Last Updated: 4/4/2002 |
© West Wind Technologies, 2008