<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE>P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: #606420; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: #606420; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=#606420 link=blue bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2>Yes, if I use , like you 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; builder.build(new 
StringReader(fichierxml));</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV>
  <DIV><FONT face=Arial size=2>I have the error !!!</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>xml/tri.xml is not valid.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Error on line 1: Content is not allowed in 
  prolog.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Why don't you try without ...</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>builder.build(<FONT face="Times New Roman" 
  size=3>myDocument</FONT>)&nbsp; or the name of the args if there is 
  one</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Chris</FONT></DIV></FONT></DIV>
  <BLOCKQUOTE dir=ltr 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=christian.avril@dpma.finances.gouv.fr 
    href="mailto:christian.avril@dpma.finances.gouv.fr">Christian AVRIL</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    title=mahesh.trikannad@capgemini.com 
    href="mailto:mahesh.trikannad@capgemini.com">Trikannad, Mahesh</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 24, 2005 5:35 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [jdom-interest] Schema 
    Validation Error</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial size=2>Yes this other solution is&nbsp;something in 
    the body </FONT></DIV>
    <DIV><FONT face=Arial 
    size=2>--------------------------------------------------------</FONT></DIV>
    <DIV><FONT face=Arial size=2>...</FONT></DIV>
    <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &lt;Body&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &lt;Hello&gt;hello&lt;/Hello&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &lt;/Body&gt;<BR>&lt;/ESBMessage&gt;<BR><FONT face=Arial 
    size=2>--------------------------------------------------------</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>And </FONT><FONT face=Arial size=2>I have no 
    error , but I have modified the file xsd</FONT></DIV>
    <DIV><FONT face=Arial size=2>But maybe it's another thing...</FONT></DIV>
    <DIV><FONT face=Arial size=2>For example, I don't use&nbsp;<SPAN 
    style="FONT-SIZE: 12pt"><FONT 
    face="Times New Roman">&nbsp;&nbsp;&nbsp;&nbsp;<STRONG>Document</STRONG> 
    tmpdoc = builder.build(<STRONG>new 
    StringReader</STRONG>(myDocument.toString()));</FONT></SPAN></FONT></DIV>
    <DIV><FONT face=Arial size=2>but only 
    builder.build(fichierxml);<BR></FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial 
    size=2>-----------------------------------------------------------</FONT></DIV>
    <DIV><FONT face=Arial size=2>&lt;?xml version="1.0" 
    encoding="UTF-8"?&gt;<BR>&lt;!--W3C Schema generated by XML Spy v4.4 U (<A 
    href="http://www.xmlspy.com">http://www.xmlspy.com</A>)--&gt;<BR>&lt;xs:schema 
    xmlns:xs="<A 
    href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>" 
    elementFormDefault="qualified"&gt;<BR>&nbsp;&lt;xs:element 
    name="Body"&gt;<BR>&nbsp;&nbsp;&lt;xs:complexType&gt;<BR>&nbsp;&nbsp;&nbsp; 
    &lt;xs:sequence&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:element 
    name="Hello"/&gt;<BR>&nbsp;&nbsp;&nbsp; 
    &lt;/xs:sequence&gt;<BR>&nbsp;&nbsp;&lt;/xs:complexType&gt;<BR>&nbsp;&nbsp;<BR>&nbsp;&lt;/xs:element&gt;<BR>&nbsp;&lt;xs:element 
    name="ESBMessage"&gt;</FONT></DIV>
    <DIV><FONT face=Arial size=2>...</FONT></DIV>
    <DIV><FONT face=Arial 
    size=2>-------------------------------------------------------------</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Here is my code ( your code in comment ) . 
    </FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
    /***<BR>&nbsp;&nbsp;&nbsp;&nbsp; * SAXBuilder builder =&nbsp; new 
    SAXBuilder("org.apache.xerces.parsers.SAXParser", 
    true);<BR>&nbsp;&nbsp;&nbsp;&nbsp; * builder.setFeature("<A 
    href="http://apache.org/xml/features/validation/schema">http://apache.org/xml/features/validation/schema</A>", 
    true);<BR>&nbsp;&nbsp;&nbsp;&nbsp; * builder.setProperty("<A 
    href='http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",schemaFileName'>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",schemaFileName</A>);<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
    * Document tmpdoc = builder.build(new 
    StringReader(myDocument.toString()));<BR>&nbsp;&nbsp;&nbsp;&nbsp; * 
    System.out.println("myValidate Done");<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
    *&nbsp;/<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; String fichierxml = 
    args[0];&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SAXBuilder builder 
    =&nbsp; new SAXBuilder("org.apache.xerces.parsers.SAXParser", 
    true);<BR>&nbsp;&nbsp;&nbsp; builder.setFeature("<A 
    href="http://apache.org/xml/features/validation/schema">http://apache.org/xml/features/validation/schema</A>", 
    true);<BR>&nbsp;&nbsp;&nbsp; builder.setProperty("<A 
    href="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation">http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation</A>",<BR>&nbsp;&nbsp;&nbsp; 
    "<A 
    href="file:///C:/mytest.xsd">file:///C:/mytest.xsd</A>");<BR>&nbsp;&nbsp;&nbsp; 
    try {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    builder.build(fichierxml);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // 
    If there are no well-formedness 
    errors,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // then no exception 
    is thrown<BR>&nbsp;...</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Chris</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT><FONT face=Arial 
    size=2></FONT>&nbsp;</DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
      <A title=mahesh.trikannad@capgemini.com 
      href="mailto:mahesh.trikannad@capgemini.com">Trikannad, Mahesh</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A 
      title=christian.avril@dpma.finances.gouv.fr 
      href="mailto:christian.avril@dpma.finances.gouv.fr">Christian Avril</A> 
      </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 24, 2005 5:18 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [jdom-interest] Schema 
      Validation Error</DIV>
      <DIV><BR></DIV>
      <DIV id=idOWAReplyText99968 dir=ltr>
      <DIV dir=ltr><FONT face=Arial color=#000000 size=2>Chris,</FONT></DIV>
      <DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV dir=ltr><FONT face=Arial size=2>I changed the XML, to have something 
      in the body</FONT></DIV>
      <DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV dir=ltr>&lt;?xml version="1.0" 
      encoding="UTF-8"?&gt;<BR>&lt;ESBMessage&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;Header&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;MessageId&gt;mahesh&lt;/MessageId&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;OrigSys&gt;ICOM&lt;/OrigSys&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;origSubSys&gt;ICOMS1&lt;/origSubSys&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;/Header&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;Body&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;Hello&gt;hello&lt;/Hello&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &lt;/Body&gt;<BR>&lt;/ESBMessage&gt;<BR></DIV>
      <DIV dir=ltr>It still gives the same error.</DIV>
      <DIV dir=ltr>&nbsp;</DIV>
      <DIV dir=ltr>I suspect, it fails even before it validates, somewhere in 
      the parsing. I&nbsp; have seen some reference to the problem in the 
      archives, but no concrete solution.</DIV>
      <DIV dir=ltr>&nbsp;</DIV>
      <DIV dir=ltr>Do you use the xerces parser</DIV>
      <DIV dir=ltr>&nbsp;</DIV>
      <DIV dir=ltr>Regards</DIV>
      <DIV dir=ltr>&nbsp;</DIV>
      <DIV dir=ltr>Mahesh</DIV></DIV>
      <DIV dir=ltr><BR>
      <HR tabIndex=-1>
      <FONT face=Tahoma size=2><B>From:</B> Christian Avril 
      [mailto:christian.avril@dpma.finances.gouv.fr]<BR><B>Sent:</B> Thu 
      3/24/2005 11:10 AM<BR><B>To:</B> Trikannad, Mahesh<BR><B>Subject:</B> Re: 
      [jdom-interest] Schema Validation Error<BR></FONT><BR></DIV>
      <DIV>
      <DIV><FONT face=Arial size=2>I have not exactly the same error but it 
      sounds the error is :</FONT></DIV>
      <DIV><FONT face=Arial size=2><EM>Element 'Body' must have no character or 
      element information item [children],</EM></FONT></DIV>
      <DIV><FONT face=Arial size=2><EM>because the type's content type is 
      empty<STRONG>.</STRONG></EM></FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>So you can write in your file xsd 
      </FONT></DIV>
      <DIV><FONT face=Arial size=2>this</FONT></DIV>
      <DIV><FONT face=Arial size=2>&nbsp;&lt;xs:element 
      name="Body"&gt;<BR>&nbsp;&lt;/xs:element&gt;</FONT></DIV>
      <DIV><FONT face=Arial size=2>or this&nbsp;</FONT></DIV>
      <DIV><FONT face=Arial size=2>&nbsp;&lt;xs:element name="Body"/&gt;<BR>if 
      it's not a&nbsp;</FONT><FONT face=Arial size=2>complexType ( because it is 
      empty ) </FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Or you can have something into the 
      &lt;Body&gt;something...&lt;/body&gt;</FONT>&nbsp;<FONT face=Arial 
      size=2>if it's a complexType ?</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Regards</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Chris</FONT></DIV>
      <BLOCKQUOTE 
      style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
        <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
        <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial"><B>From:</B> <A 
        title=mahesh.trikannad@capgemini.com 
        href="mailto:mahesh.trikannad@capgemini.com">Trikannad, Mahesh</A> 
</DIV>
        <DIV style="FONT: 10pt arial"><B>To:</B> <A 
        title=christian.avril@dpma.finances.gouv.fr 
        href="mailto:christian.avril@dpma.finances.gouv.fr">Christian Avril</A> 
        </DIV>
        <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 24, 2005 4:56 
        PM</DIV>
        <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [jdom-interest] Schema 
        Validation Error</DIV>
        <DIV><BR></DIV>
        <DIV id=idOWAReplyText90211 dir=ltr>
        <DIV dir=ltr><FONT face=Arial color=#000000 
        size=2></FONT>&nbsp;</DIV></DIV>
        <DIV dir=ltr>Here is the xsd file.</DIV>
        <DIV dir=ltr>&nbsp;</DIV>
        <DIV dir=ltr>Regards</DIV>
        <DIV dir=ltr>&nbsp;</DIV>
        <DIV dir=ltr>Mahesh<BR></DIV>
        <DIV dir=ltr>
        <HR tabIndex=-1>
        </DIV>
        <DIV dir=ltr><FONT face=Tahoma size=2><B>From:</B> Christian Avril 
        [mailto:christian.avril@dpma.finances.gouv.fr]<BR><B>Sent:</B> Thu 
        3/24/2005 10:37 AM<BR><B>To:</B> Trikannad, Mahesh<BR><B>Subject:</B> 
        Re: [jdom-interest] Schema Validation Error<BR></FONT><BR></DIV>
        <DIV>
        <DIV><FONT face=Arial size=2>Hi, </FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Have you please a <FONT 
        face="Times New Roman" size=3>schemaFileName&nbsp; ( like 
        namefile</FONT>.xsd&nbsp; ) and can you send it</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
        <DIV><FONT face=Arial size=2>Chris</FONT></DIV>
        <BLOCKQUOTE 
        style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
          <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
          <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial"><B>From:</B> <A 
          title=mahesh.trikannad@capgemini.com 
          href="mailto:mahesh.trikannad@capgemini.com">Trikannad, Mahesh</A> 
          </DIV>
          <DIV style="FONT: 10pt arial"><B>To:</B> <A 
          title=jdom-interest@jdom.org 
          href="mailto:jdom-interest@jdom.org">jdom-interest@jdom.org</A> </DIV>
          <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 24, 2005 
          4:14 PM</DIV>
          <DIV style="FONT: 10pt arial"><B>Subject:</B> [jdom-interest] Schema 
          Validation Error</DIV>
          <DIV><BR></DIV>
          <DIV class=Section1>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi All,</SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I get the following error, 
          when I do a schema validation.</SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">Error 
          on line 1: Content is not allowed in prolog.</SPAN></FONT><FONT 
          face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I want through, the jdom 
          archives, but did not get a resolution. Some say it is a parser 
          problem. Iam using xerces.jar, the one distributed via the jdom-1.0 
          distriution.</SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Some say, it is a windows 
          file encoding problem. I tried saving it , with notepad in different 
          formats, that did not work</SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">The XML is as 
          follows</SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&lt;?xml 
          version="1.0" encoding="UTF-8"?&gt;</SPAN></FONT><FONT 
          face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&lt;ESBMessage&gt;</SPAN></FONT><FONT 
          face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;Header&gt;</SPAN></FONT><FONT face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;MessageId&gt;mahesh&lt;/MessageId&gt;</SPAN></FONT><FONT 
          face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;OrigSys&gt;ICOM&lt;/OrigSys&gt;</SPAN></FONT><FONT 
          face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;origSubSys&gt;ICOMS1&lt;/origSubSys&gt;</SPAN></FONT><FONT 
          face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;/Header&gt;</SPAN></FONT><FONT face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;Body&gt;</SPAN></FONT><FONT face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &lt;/Body&gt;</SPAN></FONT><FONT face="Courier New" size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; BACKGROUND: white; COLOR: blue; FONT-FAMILY: 'Courier New'">&lt;/ESBMessage&gt;</SPAN></FONT><FONT 
          face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"></SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'">The 
          code for schema validation</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'">-------</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Courier New" color=blue size=2><SPAN 
          style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">SAXBuilder builder =</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          &nbsp; new SAXBuilder("org.apache.xerces.parsers.SAXParser", 
          true);</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          builder.setFeature("http://apache.org/xml/features/validation/schema", 
          true);</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          builder.setProperty("http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          schemaFileName);</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          </SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          </SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          Document tmpdoc = builder.build(new 
          StringReader(myDocument.toString()));</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          System.out.println("myValidate Done");</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">Appreciate your experiences. 
</SPAN></FONT></P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>
          <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
          style="FONT-SIZE: 12pt">Mahesh Trikannad</SPAN></FONT></P>
          <P class=MsoNormal><FONT face=Arial size=2><SPAN 
          style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P></DIV>
          <TABLE>
            <TBODY>
            <TR>
              <TD bgColor=#ffffff><FONT color=#000000>This message contains 
                information that may be privileged or confidential and is the 
                property of the Capgemini Group. It is intended only for the 
                person to whom it is addressed. If you are not the intended 
                recipient, you are not authorized to read, print, retain, copy, 
                disseminate, distribute, or use this message or any part 
                thereof. If you receive this message in error, please notify the 
                sender immediately and delete all copies of this 
                message.<BR><BR></FONT></TD></TR></TBODY></TABLE>
          <P>
          <HR>

          <P></P>_______________________________________________<BR>To control 
          your jdom-interest 
          membership:<BR>http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com</BLOCKQUOTE></DIV>
        <TABLE>
          <TBODY>
          <TR>
            <TD bgColor=#ffffff><FONT color=#000000>This message contains 
              information that may be privileged or confidential and is the 
              property of the Capgemini Group. It is intended only for the 
              person to whom it is addressed. If you are not the intended 
              recipient, you are not authorized to read, print, retain, copy, 
              disseminate, distribute, or use this message or any part thereof. 
              If you receive this message in error, please notify the sender 
              immediately and delete all copies of this 
            message.<BR><BR></FONT></TD></TR></TBODY></TABLE></BLOCKQUOTE></DIV>
      <TABLE>
        <TBODY>
        <TR>
          <TD bgColor=#ffffff><FONT color=#000000>This message contains 
            information that may be privileged or confidential and is the 
            property of the Capgemini Group. It is intended only for the person 
            to whom it is addressed. If you are not the intended recipient, you 
            are not authorized to read, print, retain, copy, disseminate, 
            distribute, or use this message or any part thereof. If you receive 
            this message in error, please notify the sender immediately and 
            delete all copies of this 
    message.<BR><BR></FONT></TD></TR></TBODY></TABLE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>