. . . . .N O T I C E SThird Party Software Disclaimer and LimitationsDT700 Phone User Guide E-343G E T T E X TN e t B S D F o u n d a t i o n ' s ( T N F ) L i c e n s eCopyright © 2008 The NetBSD Foundation, Inc. All rights reserved.This code is derived from software contributed to The NetBSD Foundation byRedistribution and use in source and binary forms, with or without modification, arepermitted provided that the following conditions are met:1 Redistributions of source code must retain the above copyright notice, this list ofconditions and the following disclaimer.2 Redistributions in binary form must reproduce the above copyright notice, this list ofconditions and the following disclaimer in the documentation and/or other materialsprovided with the distribution.THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. ANDCONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AREDISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BELIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ONANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ORTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUTOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OFSUCH DAMAGE.X M L P A R S E RXML.c - implementation file for basic XML parser written in ANSI C++ for portability. Itworks by using recursion and a node tree for breaking down the elements of an XMLdocument.@version V2.18@author Frank Vanden BerghenB S D l i c e n s e :Copyright © 2002, Frank Vanden BerghenAll rights reserved.Redistribution and use in source and binary forms, with or without modification, arepermitted provided that the following conditions are met:• Redistributions of source code must retain the above copyright notice, this list ofconditions and the following disclaimer.• Redistributions in binary form must reproduce the above copyright notice, this listof conditions and the following disclaimer in the documentation and/or othermaterials provided with the distribution.• Neither the name of the Frank Vanden Berghen nor the names of its contributorsmay be used to endorse or promote products derived from this software withoutspecific prior written permission.