Subjects
Home
VOTE Move XML Commons to Xerces
Commented: (XERCESJ 589) Bug with pattern restriction on long strings
: Xerces J 2 8 1 Release on Wednesday, September 13th
: Xerces J 2 9 0 Release on Wednesday, November 22nd
Commented: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1178) Error getting prefix for an attribute with no n
Updated: (XERCESJ 1244) XMLSchemaValidator does not contribute element 's
Some consideration about the xerces DOM implementation
Updated: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1227) Poor performance / OutOfMemoryError for sequenc
retain exception stack traces
Updated: (XERCESJ 1193) NPE or hang when parsing using the "continue afte
Future of NekoHTML
Commented: (XERCESJ 1203) NPE in XMLDTDProcessor
DOM Level 3 APIs for Xalan J and a new Xalan release (2 7 1)
: xml commons external 1 3 04 Release on Wednesday, November 22nd
Commented: (XERCESJ 1247) Incorrect location information on SAX when usin
XInclude exceptions how to mirror Xerces J functionality into Xerces C++?
First proposal on SoC project "Add support for the StAX (JSR 173) cursor API
: xml commons resolver 1 2 Release on Wednesday, November 22nd
Typo in RangeToken java Please check
Validator features
java lang ClassCastException when adopting Node
using the org apache xerces impl xs identity package
Updated: (XERCESJ 1257) buffer overflow in UTF8Reader for characters out
Problem with ref attributes and schema validation
Updated: (XERCESJ 122) XMLSchemaValidator does not contribute element 's d
Performance problem under load Xerces with Weblogic 9 x
remove ignored memory allocation
Commented: (XERCESJ 1177) SAXXMLStreamReader doesn 't always report namesp
Commented: (XERCESJ 977) Null pointer exception during DOM parsing
Commented: (XERCESJ 1197) Code cleanup for org apache xml serialize
Commented: (XERCESJ 1201) Initial contribution for StAX Event API
Updated: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special c
Commented: (XERCESJ 1199) SAXXMLStreamReader should attempt to register a
Commented: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special
Updated: (XERCESJ 589) Bug with pattern restriction on long strings
StackOverflow
xerces Range unnecessarily not garbage collectable if not detached
Updated: (XERCESJ 1178) Error getting prefix for an attribute with no nam
Bug in xs:redefine
Commented: (XERCESJ 1204) Can not set XMLEntityResolver for LSParser
Updated: (XERCESJ 1253) Prototype for SoC2007 project "Add support for th
Updated: (XERCESJ 1259) Add SteamFilter Function to SoC2007 project "Add
Assigned: (XERCESJ 444) SAXException thrown by EntityResolver is reported
Google Summer of Code 2007
Xerces J and XInclude relative path issue
Assigned: (XERCESJ 206) Stack overflow when using a schema validation
Commented: (XERCESJ 1215) Restrictions involving two levels of substituti
Closed: (XERCESJ 1203) NPE in XMLDTDProcessor
non overriding equals methoda
Resolved: (XERCESJ 1079) invalid value returned for TOTALDIGITS facet in
Xerces AS3 port
Updated: (XERCESJ 325) Regular Expression; Pattern "| " clause order de
Updated: (XERCESJ 1196) Javadoc generation fails on Java SE 5 0
Closed: (XERCESJ 1202) DTD validation on XIncluded documents when the sch
Created: (XERCESJ 1124) Nonspecific schema error message
a bug in xerces
Updated: (XERCESJ 1201) Initial contribution for StAX Event API
Closed: (XERCESJ 1254) Empty uris in targetNamespace attribute not report
Links
Home
Oracle database error code
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
AW: Parsing DTD 's with CDATA elements

AW: Parsing DTD 's with CDATA elements

2003-01-15       - By Hellmann Peter (ext) ICN CN 1F BD

i agree with Joe. i have successfully validated xml that contains a RFC822
mail within a CDATA section against a XSD file and it worked. the only thing
i did in the XSD file was to add the following:

<xs:element name="MAIL" type="xs:string">  
</xs:element>

the CDATA doesn't need to be defined as a kind of "tag" or "sub-tag", it
simply encapsulates text that doesn't need to be escaped. the rfc822 mails i
embed have anyway carefully be checked for the 3 character end delimiter
"]]>" within the mail header and any mime-headers.

so i think if you change the last line of your DTD to <!ELEMENT initData
(#PCDATA)> all should work fine.

cheers,

Peter  
-----Ursprüngliche Nachricht-----
Von: Greg Hess [mailto:ghess@(protected)]
Gesendet: Dienstag, 14. Januar 2003 22:26
An: Xerces User Mail list
Betreff: Parsing DTD's with CDATA elements


Hi All,

I have build a data structure that contains an element of type CDATA. When I
parse the xml data I get the error org.xml.sax.SAXParseException: A '('
character or an element type is required in the declaration of element type
"initData". Does anyone have any insight as to why my xml cannot be
validated by Xerces. It also displays fine when tested under IE when I
remove the # in #CDATA?

Many thanks,

Greg


<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE invocation (View Source for full doctype...)>
<http://localhost/instancemanager/testXML##> -     <invocation>
               <method>_import</method>
               <id>1235768_69</id>
               <typeName>sometype</typeName>
<http://localhost/instancemanager/testXML##> -           <initData>
-                    <![CDATA[

                <some>init</someuuu>
             ]]>
           </initData>
 </invocation>

  The data is validated with the following dtd:

  <?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT invocation (method,id,typeName,initData)>
<!ELEMENT method (#PCDATA)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT typeName (#PCDATA)>
<!ELEMENT initData (#CDATA)>




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v =
"urn:schemas-microsoft-com:vml" xmlns:o =
"urn:schemas-microsoft-com:office:office" xmlns:w =
"urn:schemas-microsoft-com:office:word"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content=Word.Document name=ProgId>
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<META content="Microsoft Word 10" name=Originator><LINK
href="cid:filelist.xml@(protected)" rel=File-List><LINK
href="cid:editdata.mso@(protected)" rel=Edit-Time-Data><!--[if !mso]>
<STYLE>v\:* {
  BEHAVIOR: url(#default#VML)
}
o\:* {
  BEHAVIOR: url(#default#VML)
}
w\:* {
  BEHAVIOR: url(#default#VML)
}
.shape {
  BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
 <o:DoNotRelyOnCSS/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
 <w:View>Normal</w:View>
 <w:SpellingState>Clean</w:SpellingState>
 <w:GrammarState>Clean</w:GrammarState>
 <w:DocumentKind>DocumentEmail</w:DocumentKind>
 <w:EnvelopeVis/>
 <w:Compatibility>
  <w:BreakWrappedTables/>
  <w:SnapToGridInCell/>
  <w:WrapTextWithPunct/>
  <w:UseAsianBreakRules/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]-->
<STYLE>@(protected) {
  font-family: Courier;
}
@(protected) {
  font-family: Verdana;
}
P.MsoNormal {
  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso
-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times
New Roman"
}
LI.MsoNormal {
  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso
-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times
New Roman"
}
DIV.MsoNormal {
  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso
-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times
New Roman"
}
A:link {
  COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
  COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
  COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
  COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
PRE {
  FONT-FAMILY: "Courier New"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso
-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
SPAN.EmailStyle17 {
  COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose; mso
-style-noshow: yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; mso
-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family:
Arial
}
SPAN.tx1 {
  FONT-WEIGHT: bold; mso-style-name: tx1
}
SPAN.m1 {
  COLOR: blue; mso-style-name: m1
}
SPAN.pi1 {
  COLOR: blue; mso-style-name: pi1
}
SPAN.b1 {
  COLOR: red; FONT-FAMILY: "Courier New"; FONT-WEIGHT: bold; TEXT-DECORATION:
none; text-underline: none; mso-ascii-font-family: "Courier New"; mso-hansi
-font-family: "Courier New"; mso-bidi-font-family: "Courier New"; mso-style-name
: b1; mso-text-animation: none; text-line-through: none
}
SPAN.d1 {
  COLOR: blue; mso-style-name: d1
}
SPAN.t1 {
  COLOR: #990000; mso-style-name: t1
}
SPAN.di1 {
  FONT-FAMILY: Courier; mso-ansi-font-size: 12.0pt; mso-bidi-font-size: 12.0pt;
mso-ascii-font-family: Courier; mso-hansi-font-family: Courier; mso-style-name:
di1
}
SPAN.SpellE {
  mso-style-name: ""; mso-spl-e: yes
}
SPAN.GramE {
  mso-style-name: ""; mso-gram-e: yes
}
DIV.Section1 {
  page: Section1
}
</STYLE>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
  {mso-style-name:"Table Normal";
  mso-tstyle-rowband-size:0;
  mso-tstyle-colband-size:0;
  mso-style-noshow:yes;
  mso-style-parent:"";
  mso-padding-alt:0in 5.4pt 0in 5.4pt;
  mso-para-margin:0in;
  mso-para-margin-bottom:.0001pt;
  mso-pagination:widow-orphan;
  font-size:10.0pt;
  font-family:"Times New Roman";}
</style>
<![endif]--></HEAD>
<BODY lang=EN-US link=blue style="tab-interval: .5in" vLink=purple>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003>i
agree with Joe.&nbsp;i have successfully validated xml&nbsp;that contains a
RFC822 mail within a CDATA section against a XSD file and it worked. the only
thing i did in the XSD file was to add the following:</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=080445012-15012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=080445012-15012003>&lt;xs:element name="MAIL"
type="xs:string"&gt;&nbsp;&nbsp;<BR>&lt;/xs:element&gt;</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=080445012-15012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003>the
CDATA doesn't need to be defined as a kind of "tag" or "sub-tag", it simply
encapsulates text that doesn't need to be escaped. the rfc822 mails i embed
have&nbsp;anyway carefully be checked for the 3 character end delimiter "<FONT
size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN class=m1><FONT
color=blue>]]&gt;"&nbsp;</FONT></SPAN></SPAN></FONT><FONT face=Verdana>within
the mail header and any mime-headers.</FONT></SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=080445012-15012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Verdana size=2><SPAN class=080445012-15012003>so
i
think if you change the last line of your DTD to <SPAN class=GramE><SPAN
class=m1><FONT color=blue face=Verdana size=2><SPAN
style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;!ELEMENT</SPAN></FONT></SPAN>
</SPAN><SPAN
class=m1><FONT color=blue face=Verdana size=2><SPAN
style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
class=SpellE>initData</SPAN> (#PCDATA)&gt; all should work
fine.</SPAN></FONT></SPAN><FONT face=Verdana size=2><SPAN
style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<o:p></o:p></SPAN></FONT></SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=080445012-15012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003><FONT
face=Verdana>cheers,</FONT></SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=080445012-15012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003><FONT
face=Verdana>Peter</FONT>&nbsp;&nbsp; </SPAN></FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px;
PADDING-LEFT: 5px">
 <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma
 size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> Greg Hess
 [mailto:ghess@(protected)]<BR><B>Gesendet:</B> Dienstag, 14. Januar 2003
 22:26<BR><B>An:</B> Xerces User Mail list<BR><B>Betreff:</B> Parsing DTD's
 with CDATA elements<BR><BR></DIV></FONT>
 <DIV class=Section1>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">Hi
 All,<o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT><
/P>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">I have <SPAN
 class=GramE>build</SPAN> a data structure that contains an element of type
 CDATA. When I parse the xml data I get the error </SPAN></FONT><SPAN
 class=SpellE><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">org.xml.sax.SAXParseException<
/SPAN></FONT></B></SPAN></SPAN><SPAN
 class=tx1><B><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">: A '(' character or an element
 type is required in the declaration of element type "<SPAN
 class=SpellE>initData</SPAN>". Does anyone have any insight as to why my xml
 cannot be validated by <SPAN class=GramE>Xerces.</SPAN> It also displays fine
 when tested under IE when I remove the # in
 #CDATA?<o:p></o:p></SPAN></FONT></B></SPAN></P>
 <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT>
</B></SPAN></P>
 <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Many
 thanks,<o:p></o:p></SPAN></FONT></B></SPAN></P>
 <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT>
</B></SPAN></P>
 <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Greg<o:p></o:p></SPAN></FONT><
/B></SPAN></P>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT><
/P>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT><
/P>
 <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;?</SPAN></FONT></SPAN><SPAN
 class=pi1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">xml</SPAN></FONT></SPAN></SPAN>
<SPAN
 class=pi1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> version="1.0" encoding="UTF-8"
 </SPAN></FONT></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2>
<SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">?&gt;</SPAN></FONT></SPAN><FONT
 face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
 <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN
 style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT></B></SPAN><FONT face=Verdana
 size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 class=GramE><SPAN class=d1><FONT
 color=blue>&lt;!DOCTYPE</FONT></SPAN></SPAN><SPAN class=d1><FONT color=blue>
 invocation<I><SPAN style="FONT-STYLE: italic"> (View Source for full <SPAN
 class=SpellE>doctype</SPAN>...)</SPAN></I>&gt;</FONT></SPAN>
 <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -24pt"><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><A
 href="http://localhost/instancemanager/testXML##" onclick="return false"
 onfocus=h()><B><FONT color=red face="Courier New"><SPAN
 style="COLOR: red; FONT-FAMILY: 'Courier New'; FONT-WEIGHT: bold">-</SPAN><
/FONT></B></A>
 <SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp; </SPAN><SPAN class=m1><FONT
 color=blue>&lt;</FONT></SPAN><SPAN class=t1><FONT
 color=#990000>invocation</FONT></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN><o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -24pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN
 style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT></B></SPAN><FONT face=Verdana
 size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp; </SPAN><SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
 </SPAN><SPAN class=m1><FONT color=blue>&lt;</FONT></SPAN><SPAN
 class=GramE><SPAN class=t1><FONT
 color=#990000>method</FONT></SPAN></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN><SPAN class=tx1><B>_import</B></SPAN><SPAN
 class=m1><FONT color=blue>&lt;/</FONT></SPAN><SPAN class=t1><FONT
 color=#990000>method</FONT></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN> <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -24pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN
 style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT></B></SPAN><FONT face=Verdana
 size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp; </SPAN><SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
 </SPAN><SPAN class=m1><FONT color=blue>&lt;</FONT></SPAN><SPAN
 class=GramE><SPAN class=t1><FONT color=#990000>id</FONT></SPAN><SPAN
 class=m1><FONT color=blue>&gt;</FONT></SPAN></SPAN><SPAN
 class=tx1><B>1235768_69</B></SPAN><SPAN class=m1><FONT
 color=blue>&lt;/</FONT></SPAN><SPAN class=t1><FONT
 color=#990000>id</FONT></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN> <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -24pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN
 style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT></B></SPAN><FONT face=Verdana
 size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp; </SPAN><SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
 </SPAN><SPAN class=m1><FONT color=blue>&lt;</FONT></SPAN><SPAN
 class=SpellE><SPAN class=GramE><SPAN class=t1><FONT
 color=#990000>typeName</FONT></SPAN></SPAN></SPAN><SPAN class=GramE><SPAN
 class=m1><FONT color=blue>&gt;</FONT></SPAN></SPAN><SPAN class=SpellE><SPAN
 class=tx1><B>sometype</B></SPAN></SPAN><SPAN class=m1><FONT
 color=blue>&lt;/</FONT></SPAN><SPAN class=SpellE><SPAN class=t1><FONT
 color=#990000>typeName</FONT></SPAN></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN> <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><A
 href="http://localhost/instancemanager/testXML##" onclick="return false"
 onfocus=h()><B><FONT color=red face="Courier New"><SPAN
 style="COLOR: red; FONT-FAMILY: 'Courier New'; FONT-WEIGHT: bold">-</SPAN><
/FONT></B></A>
 <SPAN
 style="mso-tab-count: 2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
 </SPAN><SPAN class=m1><FONT color=blue>&lt;</FONT></SPAN><SPAN
 class=SpellE><SPAN class=t1><FONT
 color=#990000>initData</FONT></SPAN></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN><o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">-<SPAN
 style="mso-tab-count: 1">&nbsp; </SPAN><SPAN
 style="mso-tab-count: 2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </SPAN><SPAN class=m1><FONT color=blue>&lt;<SPAN
 class=GramE>![</SPAN>CDATA[</FONT></SPAN> </SPAN></FONT><SPAN class=di1><FONT
 face=Courier><o:p></o:p></FONT></SPAN></P><SPAN id=""><PRE style="TEXT-INDENT
: -12pt"><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"><SPAN
style="mso-tab-count: 1">&nbsp; </SPAN><SPAN style="mso-tab-count: 2">&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <
/SPAN>&lt;<SPAN class=GramE>some&gt;</SPAN>init&lt;/<SPAN class=SpellE>someuuu<
/SPAN>&gt;<o:p></o:p></SPAN></FONT></PRE></SPAN>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">&nbsp;<SPAN
 style="mso-tab-count: 3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
 </SPAN></SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN class=m1><FONT
 color=blue>]]&gt;</FONT></SPAN>
 <SCRIPT>
f(clean);
</SCRIPT>
  <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN
 style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT></B></SPAN><FONT face=Verdana
 size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 style="mso-tab-count: 2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
 </SPAN><SPAN class=m1><FONT color=blue>&lt;/</FONT></SPAN><SPAN
 class=SpellE><SPAN class=t1><FONT
 color=#990000>initData</FONT></SPAN></SPAN><SPAN class=m1><FONT
 color=blue>&gt;</FONT></SPAN><o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT
 color=red face="Courier New" size=2><SPAN
 style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT></B></SPAN><FONT face=Verdana
 size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 class=m1><FONT color=blue>&lt;/</FONT></SPAN><SPAN class=t1><FONT
 color=#990000>invocation</FONT></SPAN><SPAN class=m1><FONT
 color=blue>&gt;<o:p></o:p></FONT></SPAN></SPAN></FONT></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT>
</SPAN></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp; </SPAN>The data is validated with the
 following <SPAN class=SpellE>dtd</SPAN>:<o:p></o:p></SPAN></FONT></SPAN></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT>
</SPAN></P>
 <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN
 style="mso-tab-count: 1">&nbsp;&nbsp; </SPAN><SPAN class=GramE>&lt;?xml</SPAN
>
 version="1.0" encoding="UTF-8"?&gt;<o:p></o:p></SPAN></FONT></SPAN></P>
 <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;!ELEMENT</SPAN></FONT><
/SPAN></SPAN><SPAN
 class=m1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> invocation (<SPAN
 class=SpellE>method,id,typeName,initData</SPAN>)&gt;<o:p></o:p></SPAN></FONT>
</SPAN></P>
 <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;!ELEMENT</SPAN></FONT><
/SPAN></SPAN><SPAN
 class=m1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> method
 (#PCDATA)&gt;<o:p></o:p></SPAN></FONT></SPAN></P>
 <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;!ELEMENT</SPAN></FONT><
/SPAN></SPAN><SPAN
 class=m1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> id
 (#PCDATA)&gt;<o:p></o:p></SPAN></FONT></SPAN></P>
 <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;!ELEMENT</SPAN></FONT><
/SPAN></SPAN><SPAN
 class=m1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 class=SpellE>typeName</SPAN> (#PCDATA)&gt;<o:p></o:p></SPAN></FONT></SPAN></P>
 <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue
 face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">&lt;!ELEMENT</SPAN></FONT><
/SPAN></SPAN><SPAN
 class=m1><FONT color=blue face=Verdana size=2><SPAN
 style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN
 class=SpellE>initData</SPAN> (#CDATA)&gt;</SPAN></FONT></SPAN><FONT
 face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
 <o:p></o:p></SPAN></FONT></P>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT><
/P>
 <P class=MsoNormal><FONT face=Arial size=2><SPAN
 style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT><
/P>
 <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
 style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV></BLOCKQUOTE
></BODY></HTML>