Subjects
Home
Xalan extension functions
Fomatting question serializing DOM with pretty print
xalan with pull parser
Cannot find the declaration
Apache Xalan drop support to run on JRE 1 1 x
Why does Doctype change processing of a document
Node set to XML string via Java extensions in Xalan J: possible?
Templates/Transformers + thread safety???
Problem evaluating xpath with muliple prefix with different namespace
remove an arbitrary attribute from xsl output
Xalan3 XSLT 2 0 XPath 2 0 support?
Problem using compiled translets with Xalan !!
Xalan and jstl 1 1 problem with transform tag
NullPointer in DOM2DTM getLocalName
URIResolvers base parameter with xsltc and cascaded imports
Performance problem for Xalan J on intel dual core
Standard libraries in JAXP?
Serializing a DOM tree to XML file, customize entities replacement
Library Conflict Involving BCEL Library
A question on how users are using <xsl:message >
Kevin Cormier as a new Apache Xalan J committer
Struggling to iterate over tokenized string
Xalan count() trouble
Problem with recursive xpath
Error when switching to java 1 5
document( ' ')
Problem with Xalan2 7 0 transformation
cr/lf options
entity encoded XML
can xalan transform 2 xml using one xslt?
Xalan J JIRA defect review Monday October 16, 2006 from 2:00 to 3:30 pm ED
xsl transform with cdata section elements
xslt parameters not expanded
Weird behavior of XPath evaluate()
How to avoid <xsl:message > instruction prints stylesheet file informations ?
Cannot find SimpleTransform subdirectory after installing Xalan J
recover from document not found exceptions
jdk1 5 and Xalan jar differences?
Performance Issue
Error/Bug adding floating point numbers
XPathAPI: eval exp using nodes with default namespace
modifying xalan to output invalid XML
NullPointerException
mege two separate xml nodes into one
Is this a XALAN document identification bug?
is StylesheetRoot really java io Serializable ?
transform() fails for DOMSource but succeeds for StreamSource
Thoughts on Transformer parameter passing
HELP, Xalan and jstl 1 1 problem with transformer
Problem with XPath namespace axis?
string utils:replace deleting search string if replacement string is an HTML
help with enumeration values pls
xalan 2 5 1 vs 2 7 performance question
How to insert/update in XML document
HTML Serialization and Handling of Ampersands in HREF Attributes
XHTML link tag stripping
SystemId Unknown; Line #24; Column #49; java lang NullPointerException
xpath text() help
Apostrophe problem with xalan 2 7 0
How to set variables in XML document?
Links
Home
Oracle database error code ...
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
cdata-section-elements doesn 't work in xalan 2.4 (and previous)

cdata-section-elements doesn 't work in xalan 2.4 (and previous)

2003-04-08       - By Lambrechts tom

The attribute cdata-section-elements  has no effect in xalan using 2.4.0 in
java running on sun jdk1.4.2.

Xslt:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0" >
<xsl:output cdata-section-elements="output"/>
<xsl:template match="/msg">
    <output>
         <xsl:value-of select="foo"/>
    </output>
</xsl:template>
</xsl:stylesheet>

xml:
<msg>
    <foo>blabla</foo>
</msg>

output xmlspy:
<?xml version="1.0" encoding="UTF-8"?><output><![CDATA[blabla]]></output>

output xalan 2.4.0:
<?xml version="1.0"?><output> blabla </output>

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas
-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="cid:filelist.xml@(protected)">
<!--[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:Zoom>0</w:Zoom>
 <w:DocumentKind>DocumentEmail</w:DocumentKind>
 <w:EnvelopeVis/>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
  {mso-style-parent:"";
  margin:0cm;
  margin-bottom:.0001pt;
  mso-pagination:widow-orphan;
  font-size:12.0pt;
  font-family:"Times New Roman";
  mso-fareast-font-family:"Times New Roman";
  color:red;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
  {margin:0cm;
  margin-bottom:.0001pt;
  mso-pagination:widow-orphan;
  font-size:12.0pt;
  font-family:"Times New Roman";
  mso-fareast-font-family:"Times New Roman";
  color:red;}
span.EmailStyle15
  {mso-style-type:personal-compose;
  mso-ansi-font-size:10.0pt;
  mso-ascii-font-family:Arial;
  mso-hansi-font-family:Arial;
  mso-bidi-font-family:Arial;
  color:black;}
@(protected) Section1
  {size:595.3pt 841.9pt;
  margin:72.0pt 90.0pt 72.0pt 90.0pt;
  mso-header-margin:35.4pt;
  mso-footer-margin:35.4pt;
  mso-paper-source:0;}
div.Section1
  {page:Section1;}
-->
</style>
</head>

<body lang=EN-GB style='tab-interval:36.0pt'>

<div class=Section1>

<p class=MsoNormal><span class=EmailStyle15><font size=2 color=black
face=Arial><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'>The attribute </span></font></span><font size=1 face=Arial><span
lang=EN-US style='font-size:8.5pt;font-family:Arial;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>cdata-section-elements</span><
/font><font
size=1 face=Arial><span lang=EN-US style='font-size:8.5pt;font-family:Arial;
mso-ansi-language:EN-US'><span style="mso-spacerun: yes">&nbsp; </span></span><
/font><span
class=EmailStyle15><font size=2 color=black face=Arial><span style='font-size:
10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>has no effect in xalan
using 2.4.0 in java running on sun jdk1.4.2.<o:p></o:p></span></font></span></p>

<p class=MsoNormal><span class=EmailStyle15><font size=2 color=black
face=Arial><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></font><
/span></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>Xslt:<o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&lt;</span></font><font size=2 color=maroon face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>xsl:stylesheet<
/span></font><font
size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:
8.5pt;font-family:Arial;background:white;mso-highlight:white;mso-ansi-language:
EN-US'> xmlns:xsl</span></font><font size=2 color=blue face=Arial><span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;background:white;mso-highlight:white;mso-ansi-language:EN-US'>=&quot
;</span></font><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>http://www.w3.org/1999/XSL
/Transform</span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&quot;</span></font><font size=2
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;background:white;mso-highlight:white;mso-ansi-language:EN-US'>
version</span></font><font size=2 color=blue face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>=&quot;</span><
/font><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>1.0</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&quot;</span></font><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
background:white;mso-highlight:white;mso-ansi-language:EN-US'> </span></font>
<font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&gt;</span></font><font size=2
color=black face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:black;background:white;mso-highlight:white;
mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&lt;</span></font><font size=2 color=maroon face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>xsl:output</span>
</font><font
size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:
8.5pt;font-family:Arial;background:white;mso-highlight:white;mso-ansi-language:
EN-US'> cdata-section-elements</span></font><font size=2 color=blue face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;background:white;mso-highlight:white;mso-ansi-language:EN-US'>=&quot
;</span></font><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>output</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&quot;/&gt;</span></font><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&lt;</span></font><font size=2 color=maroon face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>xsl:template<
/span></font><font
size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:
8.5pt;font-family:Arial;background:white;mso-highlight:white;mso-ansi-language:
EN-US'> match</span></font><font size=2 color=blue face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>=&quot;</span><
/font><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>/msg</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&quot;&gt;</span></font><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'><span style='mso-tab-count:1'>&nbsp;&nbsp;&nbsp;&nbsp; </span></span><
/font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&lt;</span></font><font size=2
color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:maroon;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>output</span></font><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&gt;</span></font><font size=2 color=black face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:black;
background:white;mso-highlight:white;mso-ansi-language:EN-US'><o:p></o:p></span
></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'><span style='mso-tab-count:2'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; </span></span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&lt;</span></font><font size=2
color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:maroon;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>xsl:value-of</span></font><font size=2 face=Arial><span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
background:white;mso-highlight:white;mso-ansi-language:EN-US'> select</span><
/font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>=&quot;</span></font><font size=2
color=black face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:black;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>foo</span></font><font size=2 color=blue face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;background:white;mso-highlight:white;mso-ansi-language:EN-US'>&quot;
/&gt;</span></font><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'><span style='mso-tab-count:1'>&nbsp;&nbsp;&nbsp;&nbsp; </span></span><
/font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&lt;/</span></font><font size=2
color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:maroon;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>output</span></font><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&gt;</span></font><font size=2 color=black face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:black;
background:white;mso-highlight:white;mso-ansi-language:EN-US'><o:p></o:p></span
></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&lt;/</span></font><font size=2 color=maroon face=Arial><span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:maroon;background:white;mso-highlight:white;mso-ansi-language:EN-US'>xsl
:template</span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&gt;</span></font><font size=2
color=black face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:black;background:white;mso-highlight:white;
mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&lt;/</span></font><font size=2 color=maroon face=Arial><span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:maroon;background:white;mso-highlight:white;mso-ansi-language:EN-US'>xsl
:stylesheet</span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&gt;</span></font><font size=2
color=black face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:black;background:white;mso-highlight:white;
mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal><span class=EmailStyle15><font size=2 color=black
face=Arial><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></font><
/span></p>

<p class=MsoNormal><span class=EmailStyle15><font size=2 color=black
face=Arial><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'>xml:<o:p></o:p></span></font></span></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&lt;</span></font><font size=2 color=maroon face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>msg</span></font>
<font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&gt;</span></font><font size=2
color=black face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:black;background:white;mso-highlight:white;
mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal style='tab-stops:15.0pt 30.0pt 45.0pt 60.0pt 75.0pt 90.0pt
105.0pt 120.0pt 135.0pt 150.0pt 165.0pt 180.0pt 195.0pt 210.0pt 225.0pt 240.0pt
255.0pt 270.0pt 285.0pt 300.0pt;
mso-layout-grid-align:none;text-autospace:none'><font size=2 color=black
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:black;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'><span style='mso-tab-count:1'>&nbsp;&nbsp;&nbsp;&nbsp; </span></span><
/font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&lt;</span></font><font size=2
color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:maroon;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>foo</span></font><font size=2 color=blue face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;background:white;mso-highlight:white;mso-ansi-language:EN-US'>&gt;<
/span></font><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>blabla</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&lt;/</span></font><font size=2 color=maroon
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:maroon;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>foo</span></font><font size=2 color=blue face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>&gt;</span></font
><font
size=2 color=black face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:black;background:white;
mso-highlight:white;mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>&lt;/</span><
/font><font
size=2 color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>msg</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&gt;</span></font><font size=2 color=blue face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;
mso-ansi-language:EN-US'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p><
/span></font></p>

<p class=MsoNormal><font size=2 color=black face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:black;
mso-ansi-language:EN-US'>output xmlspy:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=teal face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:teal;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>&lt;?xml
version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>&lt;</span></font><font size=2
color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:maroon;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>output</span></font><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&gt;&lt;![CDATA[</span></font><font size=2 color=black face=Arial><span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:black;background:white;mso-highlight:white;mso-ansi-language:EN-US'
>blabla</span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>]]&gt;&lt;/</span></font><font
size=2 color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>output</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&gt;</span></font><font size=2 color=blue face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;mso-ansi-language:EN-US'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;
mso-ansi-language:EN-US'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p><
/span></font></p>

<p class=MsoNormal><font size=2 color=black face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:black;
mso-ansi-language:EN-US'>output xalan 2.4.0:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=teal face=Arial><span lang=EN-US
style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;color:teal;
background:white;mso-highlight:white;mso-ansi-language:EN-US'>&lt;?xml
version=&quot;1.0&quot;?&gt;</span></font><font size=2 color=blue face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:blue;background:white;mso-highlight:white;mso-ansi-language:EN-US'>&lt;<
/span></font><font
size=2 color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:maroon;background:white;
mso-highlight:white;mso-ansi-language:EN-US'>output</span></font><font size=2
color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:blue;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>&gt;</span></font><font size=2 color=black face=Arial>
<span
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;font-family:Arial;
color:black;background:white;mso-highlight:white;mso-ansi-language:EN-US'>
blabla</span></font><font
size=2 color=blue face=Arial><span lang=EN-US style='font-size:10.0pt;
mso-bidi-font-size:8.5pt;font-family:Arial;color:blue;background:white;
mso-highlight:white;mso-ansi-language:EN-US'> &lt;/</span></font><font size=2
color=maroon face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font
-size:
8.5pt;font-family:Arial;color:maroon;background:white;mso-highlight:white;
mso-ansi-language:EN-US'>output</span></font><font size=2 color=blue
face=Arial><span lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:8.5pt;
font-family:Arial;color:blue;background:white;mso-highlight:white;mso-ansi
-language:
EN-US'>&gt;</span></font><span class=EmailStyle15><font size=2 color=black
face=Arial><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'><o:p></o:p></span></font></span></p>

</div>

</body>

</html>