<?xml version="1.0" ?>
<!DOCTYPE database [
<!ELEMENT database (webpage,httpLink,display,graphic,courseware,ftpLink)>
	<!ATTLIST database URL CDATA #REQUIRED>
	<!ELEMENT webpage (webpage_rec)*>
		<!ATTLIST webpage KEY CDATA #FIXED "webID" >
		<!ELEMENT webpage_rec (webID,webTitle,url,base,hits)>
			<!ELEMENT webID (#PCDATA)>
				<!ATTLIST webID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "webID">
			<!ELEMENT webTitle (#PCDATA)>
				<!ATTLIST webTitle
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "webTitle">
			<!ELEMENT url (#PCDATA)>
				<!ATTLIST url
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "url">
			<!ELEMENT base (#PCDATA)>
				<!ATTLIST base
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "base">
			<!ELEMENT hits (#PCDATA)>
				<!ATTLIST hits
				TYPE CDATA #FIXED "numeric"
				NAME CDATA #FIXED "hits">
	<!ELEMENT httpLink (httpLink_rec)*>
		<!ATTLIST httpLink KEY CDATA #FIXED "sourceWebID,targetWebID" >
		<!ELEMENT httpLink_rec (sourceWebID,targetWebID)>
			<!ELEMENT sourceWebID (#PCDATA)>
				<!ATTLIST sourceWebID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "sourceWebID">
			<!ELEMENT targetWebID (#PCDATA)>
				<!ATTLIST targetWebID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "targetWebID">
	<!ELEMENT display (display_rec)*>
		<!ATTLIST display KEY CDATA #FIXED "webID,gID" >
		<!ELEMENT display_rec (webID,gID)>
			<!ELEMENT webID (#PCDATA)>
				<!ATTLIST webID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "webID">
			<!ELEMENT gID (#PCDATA)>
				<!ATTLIST gID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "gID">
	<!ELEMENT graphic (graphic_rec)*>
		<!ATTLIST graphic KEY CDATA #FIXED "gID" >
		<!ELEMENT graphic_rec (gID,gName,gType,gLocation)>
			<!ELEMENT gID (#PCDATA)>
				<!ATTLIST gID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "gID">
			<!ELEMENT gName (#PCDATA)>
				<!ATTLIST gName
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "gName">
			<!ELEMENT gType (#PCDATA)>
				<!ATTLIST gType
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "gType">
			<!ELEMENT gLocation (#PCDATA)>
				<!ATTLIST gLocation
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "gLocation">
	<!ELEMENT courseware (courseware_rec)*>
		<!ATTLIST courseware KEY CDATA #FIXED "cID" >
		<!ELEMENT courseware_rec (cID,cDescription,ftpLocation,category)>
			<!ELEMENT cID (#PCDATA)>
				<!ATTLIST cID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "cID">
			<!ELEMENT cDescription (#PCDATA)>
				<!ATTLIST cDescription
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "cDescription">
			<!ELEMENT ftpLocation (#PCDATA)>
				<!ATTLIST ftpLocation
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "ftpLocation">
			<!ELEMENT category (#PCDATA)>
				<!ATTLIST category
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "category">
	<!ELEMENT ftpLink (ftpLink_rec)*>
		<!ATTLIST ftpLink KEY CDATA #FIXED "webID,cID" >
		<!ELEMENT ftpLink_rec (webID,cID)>
			<!ELEMENT webID (#PCDATA)>
				<!ATTLIST webID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "webID">
			<!ELEMENT cID (#PCDATA)>
				<!ATTLIST cID
				TYPE CDATA #FIXED "char"
				NAME CDATA #FIXED "cID">
]>
<database URL="webpage.xml">
    <webpage>
        <webpage_rec>
            <webID><![CDATA[01]]></webID>
            <webTitle><![CDATA[CSE412 Web]]></webTitle>
            <url><![CDATA[http://www.eas.asu.edu/~cse412/]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[20]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[02]]></webID>
            <webTitle><![CDATA[Syllabus]]></webTitle>
            <url><![CDATA[gen_syllabus.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[10]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[03]]></webID>
            <webTitle><![CDATA[Calendar]]></webTitle>
            <url><![CDATA[fall98/calendar.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[18]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[04]]></webID>
            <webTitle><![CDATA[Publications]]></webTitle>
            <url><![CDATA[pub.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[5]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[05]]></webID>
            <webTitle><![CDATA[WinRDBI]]></webTitle>
            <url><![CDATA[winRDBI.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[1]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[06]]></webID>
            <webTitle><![CDATA[Group Projects]]></webTitle>
            <url><![CDATA[projects.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[20]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[07]]></webID>
            <webTitle><![CDATA[FAQs]]></webTitle>
            <url><![CDATA[faqs.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[1]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[08]]></webID>
            <webTitle><![CDATA[Links]]></webTitle>
            <url><![CDATA[links.html]]></url>
            <base><![CDATA[01]]></base>
            <hits><![CDATA[10]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[09]]></webID>
            <webTitle><![CDATA[CSE510 Web]]></webTitle>
            <url><![CDATA[http://www.eas.asu.edu/~cse510/]]></url>
            <base><![CDATA[09]]></base>
            <hits><![CDATA[8]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[10]]></webID>
            <webTitle><![CDATA[Syllabus]]></webTitle>
            <url><![CDATA[gen_syllabus.html]]></url>
            <base><![CDATA[09]]></base>
            <hits><![CDATA[8]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[11]]></webID>
            <webTitle><![CDATA[Calendar]]></webTitle>
            <url><![CDATA[fall98/calendar.html]]></url>
            <base><![CDATA[09]]></base>
            <hits><![CDATA[8]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[12]]></webID>
            <webTitle><![CDATA[Notes]]></webTitle>
            <url><![CDATA[notes.html]]></url>
            <base><![CDATA[09]]></base>
            <hits><![CDATA[8]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[13]]></webID>
            <webTitle><![CDATA[CSE513 Home]]></webTitle>
            <url><![CDATA[http://www.eas.asu.edu/~cse513]]></url>
            <base><![CDATA[13]]></base>
            <hits><![CDATA[21]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[14]]></webID>
            <webTitle><![CDATA[Syllabus]]></webTitle>
            <url><![CDATA[syllabus.html]]></url>
            <base><![CDATA[13]]></base>
            <hits><![CDATA[15]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[15]]></webID>
            <webTitle><![CDATA[Notes]]></webTitle>
            <url><![CDATA[class_notes.html]]></url>
            <base><![CDATA[13]]></base>
            <hits><![CDATA[11]]></hits>
        </webpage_rec>
        <webpage_rec>
            <webID><![CDATA[16]]></webID>
            <webTitle><![CDATA[HyperNews]]></webTitle>
            <url><![CDATA[hypernews.html]]></url>
            <base><![CDATA[13]]></base>
            <hits><![CDATA[21]]></hits>
        </webpage_rec>
    </webpage>
    <httpLink>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[02]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[03]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[04]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[05]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[06]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[07]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[01]]></sourceWebID>
            <targetWebID><![CDATA[08]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[02]]></sourceWebID>
            <targetWebID><![CDATA[01]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[03]]></sourceWebID>
            <targetWebID><![CDATA[01]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[04]]></sourceWebID>
            <targetWebID><![CDATA[05]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[04]]></sourceWebID>
            <targetWebID><![CDATA[07]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[06]]></sourceWebID>
            <targetWebID><![CDATA[05]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[08]]></sourceWebID>
            <targetWebID><![CDATA[09]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[08]]></sourceWebID>
            <targetWebID><![CDATA[13]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[09]]></sourceWebID>
            <targetWebID><![CDATA[10]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[09]]></sourceWebID>
            <targetWebID><![CDATA[11]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[09]]></sourceWebID>
            <targetWebID><![CDATA[12]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[11]]></sourceWebID>
            <targetWebID><![CDATA[09]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[11]]></sourceWebID>
            <targetWebID><![CDATA[12]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[13]]></sourceWebID>
            <targetWebID><![CDATA[14]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[13]]></sourceWebID>
            <targetWebID><![CDATA[15]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[13]]></sourceWebID>
            <targetWebID><![CDATA[16]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[14]]></sourceWebID>
            <targetWebID><![CDATA[13]]></targetWebID>
        </httpLink_rec>
        <httpLink_rec>
            <sourceWebID><![CDATA[14]]></sourceWebID>
            <targetWebID><![CDATA[15]]></targetWebID>
        </httpLink_rec>
    </httpLink>
    <display>
        <display_rec>
            <webID><![CDATA[01]]></webID>
            <gID><![CDATA[01]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[01]]></webID>
            <gID><![CDATA[02]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[01]]></webID>
            <gID><![CDATA[03]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[01]]></webID>
            <gID><![CDATA[04]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[01]]></webID>
            <gID><![CDATA[08]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[01]]></webID>
            <gID><![CDATA[09]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[02]]></webID>
            <gID><![CDATA[02]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[03]]></webID>
            <gID><![CDATA[08]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[03]]></webID>
            <gID><![CDATA[09]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[04]]></webID>
            <gID><![CDATA[06]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[04]]></webID>
            <gID><![CDATA[07]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[04]]></webID>
            <gID><![CDATA[12]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[06]]></webID>
            <gID><![CDATA[01]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[06]]></webID>
            <gID><![CDATA[02]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[07]]></webID>
            <gID><![CDATA[01]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[07]]></webID>
            <gID><![CDATA[03]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[08]]></webID>
            <gID><![CDATA[11]]></gID>
        </display_rec>
        <display_rec>
            <webID><![CDATA[09]]></webID>
            <gID><![CDATA[09]]></gID>
        </display_rec>
    </display>
    <graphic>
        <graphic_rec>
            <gID><![CDATA[01]]></gID>
            <gName><![CDATA[background]]></gName>
            <gType><![CDATA[gif]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[02]]></gID>
            <gName><![CDATA[bar]]></gName>
            <gType><![CDATA[gif]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[03]]></gID>
            <gName><![CDATA[button1]]></gName>
            <gType><![CDATA[jpg]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[04]]></gID>
            <gName><![CDATA[button2]]></gName>
            <gType><![CDATA[jpg]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[05]]></gID>
            <gName><![CDATA[button3]]></gName>
            <gType><![CDATA[gif]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[06]]></gID>
            <gName><![CDATA[ieeelogo]]></gName>
            <gType><![CDATA[bmp]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/logos]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[07]]></gID>
            <gName><![CDATA[acmlogo]]></gName>
            <gType><![CDATA[jpg]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/logos]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[08]]></gID>
            <gName><![CDATA[asulogo]]></gName>
            <gType><![CDATA[gif]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/logos]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[09]]></gID>
            <gName><![CDATA[clouds]]></gName>
            <gType><![CDATA[bmp]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[10]]></gID>
            <gName><![CDATA[books]]></gName>
            <gType><![CDATA[gif]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[11]]></gID>
            <gName><![CDATA[lock]]></gName>
            <gType><![CDATA[jpg]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
        <graphic_rec>
            <gID><![CDATA[12]]></gID>
            <gName><![CDATA[stone]]></gName>
            <gType><![CDATA[bmp]]></gType>
            <gLocation><![CDATA[cse412/www/graphics/]]></gLocation>
        </graphic_rec>
    </graphic>
    <courseware>
        <courseware_rec>
            <cID><![CDATA[pub1]]></cID>
            <cDescription><![CDATA[WinRDBI Implementation]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/winrdbi/]]></ftpLocation>
            <category><![CDATA[P]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[pub2]]></cID>
            <cDescription><![CDATA[Company Theory]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/projects/]]></ftpLocation>
            <category><![CDATA[P]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[pub3]]></cID>
            <cDescription><![CDATA[A Co-operative Learning Approach]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/pubs/]]></ftpLocation>
            <category><![CDATA[P]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[doc1]]></cID>
            <cDescription><![CDATA[WinRDBI Setup]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/winrdbi/]]></ftpLocation>
            <category><![CDATA[D]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[doc2]]></cID>
            <cDescription><![CDATA[WinRDBI User Guide]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/winrdbi/]]></ftpLocation>
            <category><![CDATA[D]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[not1]]></cID>
            <cDescription><![CDATA[Class Notes Chapter 1]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/notes/]]></ftpLocation>
            <category><![CDATA[N]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[not2]]></cID>
            <cDescription><![CDATA[Class Notes Chapter 2]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/notes/]]></ftpLocation>
            <category><![CDATA[N]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[exe1]]></cID>
            <cDescription><![CDATA[WinRDBI Setup]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/winrdbi/]]></ftpLocation>
            <category><![CDATA[E]]></category>
        </courseware_rec>
        <courseware_rec>
            <cID><![CDATA[mdb1]]></cID>
            <cDescription><![CDATA[Company Database]]></cDescription>
            <ftpLocation><![CDATA[uh/ftp/pub/class/cse412/projects/]]></ftpLocation>
            <category><![CDATA[M]]></category>
        </courseware_rec>
    </courseware>
    <ftpLink>
        <ftpLink_rec>
            <webID><![CDATA[04]]></webID>
            <cID><![CDATA[not1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[04]]></webID>
            <cID><![CDATA[pub1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[04]]></webID>
            <cID><![CDATA[pub2]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[04]]></webID>
            <cID><![CDATA[pub3]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[04]]></webID>
            <cID><![CDATA[doc1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[05]]></webID>
            <cID><![CDATA[pub1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[05]]></webID>
            <cID><![CDATA[exe1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[05]]></webID>
            <cID><![CDATA[doc2]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[05]]></webID>
            <cID><![CDATA[pub2]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[05]]></webID>
            <cID><![CDATA[pub3]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[06]]></webID>
            <cID><![CDATA[pub1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[06]]></webID>
            <cID><![CDATA[mdb1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[06]]></webID>
            <cID><![CDATA[not1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[08]]></webID>
            <cID><![CDATA[not2]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[12]]></webID>
            <cID><![CDATA[not1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[12]]></webID>
            <cID><![CDATA[pub1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[15]]></webID>
            <cID><![CDATA[not1]]></cID>
        </ftpLink_rec>
        <ftpLink_rec>
            <webID><![CDATA[15]]></webID>
            <cID><![CDATA[not2]]></cID>
        </ftpLink_rec>
    </ftpLink>
</database>
