My favorites | Sign in
Project Home
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 11 attachment: cdata.diff (396 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
Index: CXMLNode_PrivateExtensions.m
===================================================================
--- CXMLNode_PrivateExtensions.m (revision 75)
+++ CXMLNode_PrivateExtensions.m (working copy)
@@ -36,6 +36,7 @@
break;
case XML_ATTRIBUTE_NODE:
case XML_TEXT_NODE:
+ case XML_CDATA_SECTION_NODE:
break;
default:
NSAssert1(NO, @"TODO Unhandled type (%d).", inLibXMLNode->type);
Powered by Google Project Hosting