]> git.saurik.com Git - apple/cf.git/blobdiff - CFXMLNode.h
CF-550.tar.gz
[apple/cf.git] / CFXMLNode.h
index d927a583ec3aa3e3674d249cba85e1efcd130b76..0e8717c395475839b8223d1ca29459f5125a6df1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2009 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
 /*     CFXMLNode.h
-       Copyright (c) 1998-2007, Apple Inc. All rights reserved.
+       Copyright (c) 1998-2009, Apple Inc. All rights reserved.
 */
 
+/*  CFXMLParser (and thus CFXMLNode) will be officially deprecated in a future release of Mac OS X.
+    Clients should be aware of the fact that CFXMLParser has some serious deficiencies in terms of both
+    performance and standards compliance and should migrate their XML parsing to NSXMLParser, NSXMLDocument, or
+    other XML parsing technologies that will suit their needs better than CFXMLParser.
+ */
+
 #if !defined(__COREFOUNDATION_CFXMLNODE__)
 #define __COREFOUNDATION_CFXMLNODE__ 1