Dan Palm
19 years ago
I thought I'd include some more sample code to
demonstrate the bug.
I've written code like this:
if(node.is_text())
{
CL_DomText text = node.to_text();
cout << text.get_node_value();
}
and all I receive are odd characters. Its the same if
I use the get_text method. Again, for reference, the
XML is something like
<foobar>Text Here</foobar>
I hope you can take a look.
-Dan
__________________________________________
Yahoo! DSL Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
demonstrate the bug.
I've written code like this:
if(node.is_text())
{
CL_DomText text = node.to_text();
cout << text.get_node_value();
}
and all I receive are odd characters. Its the same if
I use the get_text method. Again, for reference, the
XML is something like
<foobar>Text Here</foobar>
I hope you can take a look.
-Dan
__________________________________________
Yahoo! DSL Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com