<!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
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> </DIV>
<DIV><FONT face=Arial size=2>xml/tri.xml is not valid.</FONT></DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial size=2>Why don't you try without ...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>builder.build(<FONT face="Times New Roman"
size=3>myDocument</FONT>) or the name of the args if there is
one</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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 something in
the body </FONT></DIV>
<DIV><FONT face=Arial
size=2>--------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV>
<Body><BR>
<Hello>hello</Hello><BR>
</Body><BR></ESBMessage><BR><FONT face=Arial
size=2>--------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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 <SPAN
style="FONT-SIZE: 12pt"><FONT
face="Times New Roman"> <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> </DIV>
<DIV><FONT face=Arial
size=2>-----------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2><?xml version="1.0"
encoding="UTF-8"?><BR><!--W3C Schema generated by XML Spy v4.4 U (<A
href="http://www.xmlspy.com">http://www.xmlspy.com</A>)--><BR><xs:schema
xmlns:xs="<A
href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"
elementFormDefault="qualified"><BR> <xs:element
name="Body"><BR> <xs:complexType><BR>
<xs:sequence><BR> <xs:element
name="Hello"/><BR>
</xs:sequence><BR> </xs:complexType><BR> <BR> </xs:element><BR> <xs:element
name="ESBMessage"></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> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here is my code ( your code in comment ) .
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
/***<BR> * SAXBuilder builder = new
SAXBuilder("org.apache.xerces.parsers.SAXParser",
true);<BR> * builder.setFeature("<A
href="http://apache.org/xml/features/validation/schema">http://apache.org/xml/features/validation/schema</A>",
true);<BR> * builder.setProperty("<A
href='http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",schemaFileName'>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",schemaFileName</A>);<BR>
* Document tmpdoc = builder.build(new
StringReader(myDocument.toString()));<BR> *
System.out.println("myValidate Done");<BR>
* /<BR> <BR> String fichierxml =
args[0]; <BR> SAXBuilder builder
= new SAXBuilder("org.apache.xerces.parsers.SAXParser",
true);<BR> builder.setFeature("<A
href="http://apache.org/xml/features/validation/schema">http://apache.org/xml/features/validation/schema</A>",
true);<BR> builder.setProperty("<A
href="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation">http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation</A>",<BR>
"<A
href="file:///C:/mytest.xsd">file:///C:/mytest.xsd</A>");<BR>
try {<BR>
builder.build(fichierxml);<BR> //
If there are no well-formedness
errors,<BR> // then no exception
is thrown<BR> ...</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> </DIV>
<DIV><FONT face=Arial size=2>Chris</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial
size=2></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; 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> </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> </DIV>
<DIV dir=ltr><?xml version="1.0"
encoding="UTF-8"?><BR><ESBMessage><BR>
<Header><BR>
<MessageId>mahesh</MessageId><BR>
<OrigSys>ICOM</OrigSys><BR>
<origSubSys>ICOMS1</origSubSys><BR>
</Header><BR>
<Body><BR>
<Hello>hello</Hello><BR>
</Body><BR></ESBMessage><BR></DIV>
<DIV dir=ltr>It still gives the same error.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>I suspect, it fails even before it validates, somewhere in
the parsing. I have seen some reference to the problem in the
archives, but no concrete solution.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Do you use the xerces parser</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Regards</DIV>
<DIV dir=ltr> </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> </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> <xs:element
name="Body"><BR> </xs:element></FONT></DIV>
<DIV><FONT face=Arial size=2>or this </FONT></DIV>
<DIV><FONT face=Arial size=2> <xs:element name="Body"/><BR>if
it's not a </FONT><FONT face=Arial size=2>complexType ( because it is
empty ) </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Or you can have something into the
<Body>something...</body></FONT> <FONT face=Arial
size=2>if it's a complexType ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </DIV></DIV>
<DIV dir=ltr>Here is the xsd file.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Regards</DIV>
<DIV dir=ltr> </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> </DIV>
<DIV><FONT face=Arial size=2>Have you please a <FONT
face="Times New Roman" size=3>schemaFileName ( like
namefile</FONT>.xsd ) and can you send it</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </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> </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> </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> </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> </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'"><?xml
version="1.0" encoding="UTF-8"?></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'"><ESBMessage></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'">
<Header></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'">
<MessageId>mahesh</MessageId></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'">
<OrigSys>ICOM</OrigSys></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'">
<origSubSys>ICOMS1</origSubSys></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'">
</Header></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'">
<Body></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'">
</Body></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'"></ESBMessage></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> </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> </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">
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">
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">
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">
schemaFileName);</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">
</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">
</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">
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">
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> </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> </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> </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>