You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
What steps will reproduce the problem?
1. Build the TinyXML tutorial
http://www.grinninglizard.com/tinyxmldocs/tutorial0.html
2. Replace
#include "tinyxml.h"
with
#define TIXML_USE_TICPP
#include "ticpp.h"
3. Use the Hello world example file as input
What is the expected output? What do you see instead?
Produces:
Observed:
example.xml:
Document
+ Declaration
+ Element [Hello]
Expected:
example.xml:
Document
+ Declaration
+ Element [Hello]
(No attributes)
+ Text: [World]
What version of the product are you using? On what operating system?
Using tinyxml_2_4_2 with TinyXML++ from the read only repository. The
checks in xmltest.cpp completed successfully.
Environment: Ubuntu, Eclipse, Intel compiler.
Please provide any additional information below.
Follow up from group discussion item:
http://groups.google.co.uk/group/ticpp/browse_thread/thread/7fbbff1bdedad5bd?hl=
en
Original issue reported on code.google.com by [email protected] on 7 Jul 2009 at 11:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Jul 2009 at 11:27The text was updated successfully, but these errors were encountered: