X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/b0e0750aaee7a1a2cd8e3aa918bd9fc756e9dfcf..cf7d2af96685aba74e84652f9ed1098e9253902e:/CFXMLNode.h diff --git a/CFXMLNode.h b/CFXMLNode.h index d927a58..0e8717c 100644 --- a/CFXMLNode.h +++ b/CFXMLNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Apple Inc. All rights reserved. + * Copyright (c) 2009 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -21,9 +21,15 @@ * @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