Changeset 21077 for lang/cplusplus/llv8call/trunk/ext/libxml/document.cc
- Timestamp:
- 10/10/08 15:26:28 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/libxml/document.cc
r21069 r21077 105 105 xmlNodePtr node_raw = xmlNewNode(NULL, (const xmlChar*)*elname); 106 106 assert(node_raw); 107 xmlAddChild(fragment, node_raw);108 107 return createObject( "Element", doc, node_raw ); 109 108 END … … 117 116 xmlNodePtr node_raw = xmlNewCDataBlock(doc, (const xmlChar*)*elname, elname.length()); 118 117 assert(node_raw); 119 xmlAddChild(fragment, node_raw);120 118 return createObject( "CDATASection", doc, node_raw ); 121 119 END
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)