[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlbeans-user
Subject:    RE: Set does duplicate Element
From:       "Radu Preotiuc-Pietro" <radup () bea ! com>
Date:       2008-05-05 21:53:40
Message-ID: BF6B6CA032BA0A429BD924F96765147DBF3415 () repbex02 ! amer ! bea ! com
[Download RAW message or body]

This boils down to the fact that you don't have a <shipper> global element, so if you \
want to parse the value of a Shipper type (which  I believe is you intention based on \
the code snippet you wrote), then your XML needs to look like:  
<xml-fragment>

  <name>ZipShip</name>

  <per-ounce-rate>0.74</per-ounce-rate>

</xml-fragment>

 
See the "Parsing an XML Fragment" thread for explanation on how to parse document \
fragments (documents that don't have a global Schema element as root): \
http://mail-archives.apache.org/mod_mbox/xmlbeans-user/200804.mbox/browser  
Radu
________________________________

From: Frank Rossol [mailto:fr@otten-software.de] 
Sent: Wednesday, April 30, 2008 2:16 AM
To: user@xmlbeans.apache.org
Subject: Set does duplicate Element



	Hello,

	 

	i have a strange problem using Typed Nodes set method.

	I used the easypo.xsd schema from the samples directory to create the java.classes.

	Now I tried to import a Shipper-Node to the PurchaseOrderDocument using the \
following code:

	 

	String podocpath = "<path to easypo.xml> ";

	podoc = PurchaseOrderDocument.Factory.parse(podocpath);

	String shipperpath = "<path to shipper.xml> ";

	Shipper shipper = Shipper.Factory.parse(new File(shipperpath));

	podoc.getPurchaseOrder().setShipper(shipper);

	String test = podoc.toString();

	 

	easypo.xml 

	 

	<?xml version='1.0' encoding='iso8859-1'?>

	<purchase-order xmlns="http://openuri.org/easypo">

	    <customer>

	        <name>Gladys Kravitz</name>

	        <address>Anytown, PA</address>

	    </customer>

	    <date>2003-01-07T14:16:00-05:00</date>

	    <line-item>

	        <description>Burnham's Celestial Handbook, Vol 1</description>

	        <per-unit-ounces>5</per-unit-ounces>

	        <price>21.79</price>

	        <quantity>2</quantity>

	    </line-item>

	    <line-item>

	        <description>Burnham's Celestial Handbook, Vol 2</description>

	        <per-unit-ounces>5</per-unit-ounces>

	        <price>19.89</price>

	        <quantity>2</quantity>

	    </line-item>

	    <shipper>

	        <name>ZipShip</name>

	        <per-ounce-rate>0.74</per-ounce-rate>

	    </shipper>

	</purchase-order>

	 

	 

	shipper.xml

	<?xml version='1.0' encoding='iso8859-1'?>

	<shipper xmlns="http://openuri.org/easypo">

	  <name>ZipShip</name>

	  <per-ounce-rate>0.74</per-ounce-rate>

	</shipper>

	 

	the toString() function produced the following output:

	 

	<purchase-order xmlns="http://openuri.org/easypo">

	  <customer>

	    <name>Gladys Kravitz</name>

	    <address>Anytown, PA</address>

	  </customer>

	  <date>2003-01-07T14:16:00-05:00</date>

	  <line-item>

	    <description>Burnham's Celestial Handbook, Vol 1</description>

	    <per-unit-ounces>5</per-unit-ounces>

	    <price>21.79</price>

	    <quantity>2</quantity>

	  </line-item>

	  <line-item>

	    <description>Burnham's Celestial Handbook, Vol 2</description>

	    <per-unit-ounces>5</per-unit-ounces>

	    <price>19.89</price>

	    <quantity>2</quantity>

	  </line-item>

	  <shipper>

	    <shipper>

	      <name>ZipShip</name>

	      <per-ounce-rate>0.74</per-ounce-rate>

	    </shipper>

	  </shipper>

	</purchase-order>

	Any Suggestions why the shipper-Node is not replaced.

	 

	Thanks Frank

	 

	 

	Frank Rossol
	Dipl. Inform. (FH) 

	
	otten|software GmbH
	Röntgenring 7
	D-40878 Ratingen
	
	Amtsgericht Düsseldorf HRB 55584
	Geschäftsführer: Dr.Marcus Otten
	
	Tel +49 2102 30964-0
	Fax +49 2102 30964-29
	info@otten-software.de <mailto:info@otten-software.de> 
	www.otten-software.de <http://www.otten-software.de/> 

	 


Notice:  This email message, together with any attachments, may contain information  \
of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be \
confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended \
solely for the use of the individual or entity named in this message. If you are not \
the intended recipient, and have received this message in error, please immediately \
return this by email and then delete it.


[Attachment #3 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR><o:SmartTagType 
name="State" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType \
 name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType \
 name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if \
!mso]> <STYLE>st1\:* {
	BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@page Section1 {size: 595.3pt 841.9pt; margin: 70.85pt 70.85pt 2.0cm 70.85pt; \
} P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; \
TEXT-ALIGN: justify }
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; \
TEXT-ALIGN: justify }
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; \
TEXT-ALIGN: justify }
H1 {
	FONT-SIZE: 14pt; MARGIN: 12pt 0cm 3pt; TEXT-INDENT: 0cm; LINE-HEIGHT: 120%; \
FONT-FAMILY: Arial; TEXT-ALIGN: justify; mso-list: l0 level1 lfo2 }
H2 {
	FONT-SIZE: 12pt; MARGIN: 12pt 0cm 3pt; LINE-HEIGHT: 120%; FONT-STYLE: italic; \
FONT-FAMILY: Arial; TEXT-ALIGN: justify }
H3 {
	FONT-SIZE: 12pt; MARGIN: 12pt 0cm 3pt; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; \
TEXT-ALIGN: justify }
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline
}
P.Formatvorlageberschrift1CorpoS {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 12pt 0cm 3pt; TEXT-INDENT: 0cm; \
LINE-HEIGHT: 120%; FONT-FAMILY: Arial; TEXT-ALIGN: justify; mso-list: l0 level1 lfo2 \
} LI.Formatvorlageberschrift1CorpoS {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 12pt 0cm 3pt; TEXT-INDENT: 0cm; \
LINE-HEIGHT: 120%; FONT-FAMILY: Arial; TEXT-ALIGN: justify; mso-list: l0 level1 lfo2 \
} DIV.Formatvorlageberschrift1CorpoS {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 12pt 0cm 3pt; TEXT-INDENT: 0cm; \
LINE-HEIGHT: 120%; FONT-FAMILY: Arial; TEXT-ALIGN: justify; mso-list: l0 level1 lfo2 \
} SPAN.E-MailFormatvorlage18 {
	COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
	page: Section1
}
OL {
	MARGIN-BOTTOM: 0cm
}
UL {
	MARGIN-BOTTOM: 0cm
}
</STYLE>
</HEAD>
<BODY lang=DE vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial 
color=#0000ff size=2>This boils down to the fact that you don't have a 
&lt;shipper&gt; global&nbsp;element, so if you want to parse the value of a 
Shipper type (which&nbsp; I believe is you intention based on the code snippet 
you wrote), then your XML needs to look like:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial size=2>
<P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
align=left><FONT color=#0000ff><SPAN lang=EN-GB 
style="FONT-SIZE: 10pt">&lt;<SPAN 
class=281253521-05052008>xml-fragment</SPAN>&gt;</SPAN></FONT><FONT 
face="Times New Roman"><SPAN lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
align=left><FONT face=Arial color=#0000ff size=2><SPAN lang=EN-GB 
style="FONT-SIZE: 10pt">&nbsp; 
&lt;name&gt;ZipShip&lt;/name&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
lang=EN-GB style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
align=left><FONT face=Arial color=#0000ff size=2><SPAN lang=EN-GB 
style="FONT-SIZE: 10pt">&nbsp; 
&lt;per-ounce-rate&gt;0.74&lt;/per-ounce-rate&gt;</SPAN></FONT><FONT 
face="Times New Roman"><SPAN lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
align=left><FONT color=#0000ff><SPAN lang=EN-GB 
style="FONT-SIZE: 10pt">&lt;/<SPAN 
class=281253521-05052008>xml-fragment</SPAN>&gt;</SPAN></FONT></P></FONT></SPAN></DIV>
 <DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial 
color=#0000ff size=2>See the "Parsing an XML Fragment"&nbsp;thread for 
explanation on how to parse document fragments (documents that don't have&nbsp;a 
global Schema element as root): <A 
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-user/200804.mbox/browser">http \
://mail-archives.apache.org/mod_mbox/xmlbeans-user/200804.mbox/browser</A></FONT></SPAN></DIV>
 <DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=281253521-05052008><FONT face=Arial 
color=#0000ff size=2>Radu</FONT></SPAN></DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B> Frank Rossol 
[mailto:fr@otten-software.de] <BR><B>Sent:</B> Wednesday, April 30, 2008 2:16 
AM<BR><B>To:</B> user@xmlbeans.apache.org<BR><B>Subject:</B> Set does duplicate 
Element<BR></FONT><BR></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; \
MARGIN-RIGHT: 0px">  <DIV></DIV>
  <DIV class=Section1>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">Hello,</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB style="FONT-SIZE: 10pt">i 
  have a strange problem using Typed Nodes set method.</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB style="FONT-SIZE: 10pt">I 
  used the easypo.xsd schema from the samples directory to create the 
  java.classes.</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">Now I tried to import a Shipper-Node to the 
  PurchaseOrderDocument using the following code:</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">String podocpath = "&lt;path to easypo.xml&gt; 
  ";</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">podoc = 
  PurchaseOrderDocument.Factory.parse(podocpath);</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">String shipperpath = "&lt;path to shipper.xml&gt; 
  ";</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">Shipper shipper = Shipper.Factory.parse(new 
  File(shipperpath));</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">podoc.getPurchaseOrder().setShipper(shipper);</SPAN></FONT><FONT \
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">String test = podoc.toString();</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">easypo.xml </SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;?xml version='1.0' 
  encoding='iso8859-1'?&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;purchase-order 
  xmlns="http://openuri.org/easypo"&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;customer&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;name&gt;Gladys Kravitz&lt;/name&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;address&gt;<st1:place w:st="on"><st1:City w:st="on">Anytown</st1:City>, 
  <st1:State 
  w:st="on">PA</st1:State></st1:place>&lt;/address&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;/customer&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;date&gt;2003-01-07T14:16:00-05:00&lt;/date&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;line-item&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;description&gt;Burnham's Celestial Handbook, Vol 
  1&lt;/description&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;per-unit-ounces&gt;5&lt;/per-unit-ounces&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;price&gt;21.79&lt;/price&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;quantity&gt;2&lt;/quantity&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;/line-item&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;line-item&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;description&gt;Burnham's Celestial Handbook, Vol 
  2&lt;/description&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;per-unit-ounces&gt;5&lt;/per-unit-ounces&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;price&gt;19.89&lt;/price&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;quantity&gt;2&lt;/quantity&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;/line-item&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;name&gt;ZipShip&lt;/name&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;per-ounce-rate&gt;0.74&lt;/per-ounce-rate&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;/shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;/purchase-order&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">shipper.xml</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;?xml version='1.0' 
  encoding='iso8859-1'?&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;shipper 
  xmlns="http://openuri.org/easypo"&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; 
  &lt;name&gt;ZipShip&lt;/name&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; 
  &lt;per-ounce-rate&gt;0.74&lt;/per-ounce-rate&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;/shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">the toString() function produced the following 
  output:</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;purchase-order 
  xmlns="http://openuri.org/easypo"&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;customer&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;name&gt;Gladys 
  Kravitz&lt;/name&gt;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;address&gt;<st1:place 
  w:st="on"><st1:City w:st="on">Anytown</st1:City>, <st1:State 
  w:st="on">PA</st1:State></st1:place>&lt;/address&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;/customer&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; 
  &lt;date&gt;2003-01-07T14:16:00-05:00&lt;/date&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;line-item&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;description&gt;Burnham's 
  Celestial Handbook, Vol 1&lt;/description&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;per-unit-ounces&gt;5&lt;/per-unit-ounces&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;price&gt;21.79&lt;/price&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;quantity&gt;2&lt;/quantity&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;/line-item&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;line-item&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;description&gt;Burnham's 
  Celestial Handbook, Vol 2&lt;/description&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;per-unit-ounces&gt;5&lt;/per-unit-ounces&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;price&gt;19.89&lt;/price&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; 
  &lt;quantity&gt;2&lt;/quantity&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;/line-item&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;name&gt;ZipShip&lt;/name&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;per-ounce-rate&gt;0.74&lt;/per-ounce-rate&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &lt;/shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp; &lt;/shipper&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&lt;/purchase-order&gt;</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">Any Suggestions why the shipper-Node is not 
  replaced.</SPAN></FONT><FONT face="Times New Roman"><SPAN lang=EN-GB 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT face="Times New Roman"><SPAN 
  lang=EN-GB 
style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="LINE-HEIGHT: normal; TEXT-ALIGN: left" 
  align=left><FONT face=Arial size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt">Thanks Frank</SPAN></FONT><FONT 
  face="Times New Roman"><SPAN 
  style="FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal style="TEXT-ALIGN: left" align=left><FONT face=Arial 
  size=2><SPAN 
  style="FONT-SIZE: 10pt; LINE-HEIGHT: 120%"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal style="TEXT-ALIGN: left" align=left><FONT face=Arial 
  size=2><SPAN 
  style="FONT-SIZE: 10pt; LINE-HEIGHT: 120%"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal style="TEXT-ALIGN: left" align=left><FONT face=Arial 
  size=2><SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 120%">Frank Rossol<BR>Dipl. 
  Inform. (FH) </SPAN></FONT><o:p></o:p></P>
  <P class=MsoNormal style="TEXT-ALIGN: left" align=left><FONT face=Arial 
  size=2><SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 120%"><BR>otten|software 
  GmbH<BR>Röntgenring 7<BR>D-40878 Ratingen<BR></SPAN></FONT><BR><FONT 
  size=2><SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 120%">Amtsgericht Düsseldorf 
  HRB 55584<BR>Geschäftsführer: Dr.Marcus Otten<BR><BR>Tel +49 2102 
  30964-0<BR>Fax +49 2102 30964-29<BR></SPAN></FONT><A 
  title=mailto:info@otten-software.de href="mailto:info@otten-software.de"><FONT 
  size=2><SPAN 
  style="FONT-SIZE: 10pt; LINE-HEIGHT: \
120%">info@otten-software.de</SPAN></FONT></A><BR><A   \
title=http://www.otten-software.de/ href="http://www.otten-software.de/"><FONT   \
size=2><SPAN   style="FONT-SIZE: 10pt; LINE-HEIGHT: \
120%">www.otten-software.de</SPAN></FONT></A><o:p></o:p></P>  <P class=MsoNormal \
style="TEXT-ALIGN: left" align=left><FONT face=Arial   size=3><SPAN 
  style="FONT-SIZE: 12pt; LINE-HEIGHT: \
120%"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML> <br>
Notice:  This email message, together with any attachments, may contain information  \
of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be \
confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended \
solely for the use of the individual or entity named in this message. If you are not \
the intended recipient, and have received this message in error, please immediately \
return this by email and then delete it.



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic