Share

TinyXPath : tiny C++ XPath

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Memory leak in er_compute_xpath

You are viewing a single message from this topic. View all messages.

  1. 2009-06-09 04:16:53 UTC
    BTW,

    TinyXPath::xpath_processor x( doc.RootElement(), xpathstr );

    should read as

    TinyXPath::xpath_processor x( doc.RootElement(), xpathstr.c_str());
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.