DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21275>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21275 Can't open file in root directory. ------- Additional Comments From [EMAIL PROTECTED] 2003-07-05 12:59 ------- Boost is a template class library, I evaluate (study ?) just now. Please, see here(http://www.boost.org/). I recognized below code, therefore I'll can call DOM parser with full path. ------- #include "boost/filesystem/operations.hpp" #include "boost/filesystem/path.hpp" #include <iostream> namespace fs = boost::filesystem; int main( int argc, char* argv[] ) { fs::path full_path(fs::initial_path()); full_path = fs::system_complete(fs::path("/myprod/xml/configuration.xml", fs::native )); std::cout << "path = " << full_path.native_file_string() << std::endl; return 0; } [output] % path = d:\myprod\xml\configuration.xml ------- I expect to release "boost::xml::xerces" :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
