XmlSaxParser: XML Sax Parser Example Application

This application shows how the XML Sax Parser can be used.  Refer to
the user manuals in the "docs" subdirectory for more information on
how to use the XML Sax Parser.

This example should work on all development boards.

One GNU make file is provided.  Build the target 'image' to
generate an image that can be debugged with gdb, and the file 
image.bin which can be written to flash if the bootloader is used.
Build the target 'rom.bin' to create the file rom.bin which 
can be written to ROM if the bootloader is not used.

The XML Sax Parser source code is located in the "source" subdirectory.
Refer to the user manuals in the "docs" directory for more info on how
to use the XML Sax Parser.

The following files are provided in this application.

appconf.h         sets application configuration settings
makefile          Make file for the GNU toolset.
readme            this file
root.c            contains applicationStart() function


In addition, the following files in the BSP directory are built
as part of this application:

reset.s         contains the reset code
appconf_api.c   contains code used to read settings in appconf.h


The application build file links in the following libraries:

libbsp.a           		contains the BSP code
libtcpip.a         		contains the Net+Works TCP/IP stack
libtx.a            		contains the ThreadX kernel
libfilesys.a       		contains the file system libraries
libposix.a         		contains the POSIX layer libraries
libflash.a         		contains the Flash driver API library
libftpclnt.a       		contains the FTP client library
libftpsvr.a        		contains the FTP server library
libemailc.a        		contains the Email client library
libtelnsvr.a       		contains the Telnet server library
libds.a       	   		contains the Directory Services library
libaddp.a		   		contains the ADDP Library
libssh.a		   		contains the SSH Library
librphttpd.a       		contains the NET+Works AWS API library.
libmanapi.a        		contains the NET+Works Management API library.
libldap3.a       		contains the LDAPv3 client API library
libsntp.a				contains the SNTP API Library
libdnsclnt.a            contains the DNS Client library
libpppintf.a		    contains the PPP Interface Library
libnarmapi.a

The application uses the following files located in the
netos\src\linkerScripts directory.  These files are generated
when the BSP is built.

bootldr.dat     bootloader configuration file used to generate the
                file image.bin.  It controls the information placed
                in the bootloader header of the image.

image.ldr       GNU linker script used to build an image that can
                be debugged and used with the bootloader.
                
customize.ldr   Customizable GNU linker script
