From: <upn...@li...> - 2001-06-13 00:46:19
|
I've posted a new version of the UPnP SDK for Linux, version 1.0.3. The changes in this release are: * Major code clean up * Fixes a bug in the SERVER HTTP headers for SSDP, SOAP, and GENA which did not conform to the UPnP specification * Updated XML parser * Fixes a bunch of memory leaks * Fixes the bug where empty tags were lost during parsing * Adds support for escaped XML in the parser * Adds a new function, UpnpPrintDocumentDeEscaped, rendering the XML and removing XML escape sequences * Adds a "hack" into the getElementByTagName methods (both Document and Element) to do a namespace independent search. Searching for tags without a namespace prefix will match all matching tags regardless of the namespace prefix. Specifying a tag name with a namespace prefix will do an exact match (prefix and tag name) Any problems, issues, questions, or comments should be directed to upn...@li.... The Intel UPnP SDK for Linux Team up...@in... |