Home | History | Annotate | Download | only in tinyxml

Lines Matching full:space

656 	XmlTest ( "Condense white space OFF.", "This  is    \ntext",
909 // [ 870502 ] White space issues
914 const char* doctype0 = "<element> This has leading and trailing space </element>";
915 const char* doctype1 = "<element>This has internal space</element>";
916 const char* doctype2 = "<element> This has leading, trailing, and internal space </element>";
922 XmlTest( "White space kept.", " This has leading and trailing space ", text->Value() );
927 XmlTest( "White space kept.", "This has internal space", text->Value() );
932 XmlTest( "White space kept.", " This has leading, trailing, and internal space ", text->Value() );
938 XmlTest( "White space condensed.", "This has leading and trailing space", text->Value() );
943 XmlTest( "White space condensed.", "This has internal space", text->Value() );
948 XmlTest( "White space condensed.", "This has leading, trailing, and internal space", text->Value() );