<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0">
  <channel>
    <title>
Altova Mailing List: microsoft.public.xsl
    </title>
    <link>http://www.altova.com/</link>
    <description>Altova accelerates application development and data management projects with software and solutions that enhance productivity and maximize results. As an innovative, customer-focused company and the creator of XMLSpy and other leading XML, data administration, UML, and Web services tools, Altova is the choice of over 3 million clients worldwide, including virtually every Fortune 500 company. With customers ranging from vast development teams in the worldâ€™s largest organizations to progressive one-person shops, Altovaâ€™s line of software applications fulfills a broad spectrum of business needs. Altova is an active member of the World Wide Web Consortium (W3C) and Object Management Group (OMG) and is committed to delivering standards-based platform-independent solutions that are powerful, affordable, and easy to use. Altova was founded in 1992 and has headquarters in Beverly, Massachusetts and Vienna, Austria.</description>
    <language>en-us</language>
    <copyright>Copyright Â© 2005, 2006, 2007 Altova GmbH. All rights reserved. Altova, XMLSpy, MapForce, StyleVision, SemanticWorks, SchemaAgent, UModel, DiffDog, and Authentic are trademarks and/or registered trademarks of Altova GmbH in the United States and/or other countries. The names of and reference to other companies and products mentioned herein may be the trademarks of their respective owners.</copyright>
    <pubDate>Tue, 03 Jun 2008 10:00:00 EDT</pubDate>
    <lastBuildDate>Tue, 03 Jun 2008 10:00:00 EDT</lastBuildDate>
    <generator>Authentic RSS Editor, visit www.altova.com for details</generator>
    <managingEditor>pr@altova.com</managingEditor>
    <webMaster>webmaster@altova.com</webMaster>
    <image>
      <url>http://www.altova.com/images/logos/altova_right_120.gif</url>
      <title>ALTOVA</title>
      <link>http://www.altova.com/</link>
      <width>120</width>
      <height>24</height>
      <description>Altova Logo</description>
    </image>

<item>
<title>I have to do a vertical span inside the table using morerows=&quot;2&quot; - 11/19/2009 6:56:00 AM</title>
<description><![CDATA[<pre>HI All,

I am facing one problem that i have to do a vertical span for the table 
columns. But i am not getting any way to solve this problem. My input xml is 
as follows:-

&lt;tabular frame=&quot;all&quot; colsep=&quot;1&quot; rowsep=&quot;1&quot; orient=&quot;port&quot; id=&quot;ctab1&quot;&gt;

&lt;tgroup cols=&quot;3&quot; tgroupstyle=&quot;tabular&quot; colsep=&quot;1&quot; rowsep=&quot;1&quot; align=&quot;left&quot; 
charoff=&quot;50&quot; char=&quot;.&quot;&gt;

&lt;colspec colnum=&quot;1&quot; colname=&quot;1&quot; align=&quot;left&quot; colwidth=&quot;0.656in&quot; colsep=&quot;1&quot;&gt;

&lt;/colspec&gt;

&lt;colspec colnum=&quot;2&quot; colname=&quot;2&quot; align=&quot;left&quot; colwidth=&quot;4.344in&quot; colsep=&quot;1&quot;&gt;

&lt;/colspec&gt;

&lt;colspec colnum=&quot;3&quot; colname=&quot;3&quot; align=&quot;left&quot; colwidth=&quot;4.344in&quot; colsep=&quot;1&quot;&gt;

&lt;/colspec&gt;

&lt;tbody valign=&quot;top&quot;&gt;

&lt;row rowsep=&quot;1&quot;&gt;

&lt;entry colname=&quot;1&quot; morerows=&quot;2&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;A1&lt;/para&gt;

&lt;/entry&gt;

&lt;entry colname=&quot;2&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;B1 &lt;/para&gt;

&lt;/entry&gt;

&lt;entry colname=&quot;3&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;C1 &lt;/para&gt;

&lt;/entry&gt;

&lt;/row&gt;

&lt;row rowsep=&quot;1&quot;&gt;

&lt;entry colname=&quot;1&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;A2&lt;/para&gt;

&lt;/entry&gt;

&lt;entry colname=&quot;2&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;B2&lt;/para&gt;

&lt;/entry&gt;

&lt;entry colname=&quot;3&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;C2&lt;/para&gt;

&lt;/entry&gt;

&lt;/row&gt;

&lt;row rowsep=&quot;1&quot;&gt;

&lt;entry colname=&quot;1&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;A3&lt;/para&gt;

&lt;/entry&gt;

&lt;entry colname=&quot;2&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;B3&lt;/para&gt;

&lt;/entry&gt;

&lt;entry colname=&quot;3&quot; morerows=&quot;0&quot; rotate=&quot;0&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;

&lt;para&gt;C3&lt;/para&gt;

&lt;/entry&gt;

&lt;/row&gt;

&lt;/tbody&gt;

&lt;/tgroup&gt;

&lt;/tabular&gt;


And the output should be like that:-

A1B1C1
     B2C2
     B3C3

So please provide me any example of xslt that can display this table in 
WordML.</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307137.html</link>
</item><item>
<title>Re: Xml Hex Data to JPG File - 11/18/2009 2:31:00 AM</title>
<description><![CDATA[<pre>I see. It's amazing how people abuse XML and stuff really anything
into it!</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307071.html</link>
</item><item>
<title>Re: Removing an element but keeping its child nodes with XSL - 11/17/2009 5:40:00 PM</title>
<description><![CDATA[<pre>Ryan Gomez wrote:

&gt; How do I go about transforming the XML document below into result.xml? Basically what I'm aiming for is to remove one of the element but keeping the children. So I would like to remove the &lt;Location&gt; element but keep the &lt;City&gt; element (the &lt;City&gt; element being the child element of &lt;Location&gt;). Any pointers would be greatly appreciated. Thanks!
&gt; 
&gt; &lt;User&gt;
&gt; 
&gt;   &lt;TITLE&gt;Mrs&lt;/TITLE&gt;
&gt; 
&gt;   &lt;INITIALS&gt;D&lt;/INITIALS&gt;
&gt; 
&gt;   &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;
&gt; 
&gt;   &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;
&gt; 
&gt; &lt;Location&gt;
&gt; 
&gt;       &lt;City&gt;London&lt;/City&gt;
&gt; 
&gt; &lt;/Location&gt;
&gt; 
&gt; &lt;/User&gt;
&gt; 
&gt; ** How do I transform this to**
&gt; 
&gt; 
&gt; &lt;User&gt;
&gt; 
&gt;   &lt;TITLE&gt;Mrs&lt;/TITLE&gt;
&gt; 
&gt;   &lt;INITIALS&gt;D&lt;/INITIALS&gt;
&gt; 
&gt;   &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;
&gt; 
&gt;   &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;
&gt; 
&gt;     &lt;City&gt;London&lt;/City&gt;
&gt; 
&gt; &lt;/User&gt;

You need two templates, one is the identity transformation template

   &lt;xsl:template match=&quot;@* | node()&quot;&gt;
     &lt;xsl:copy&gt;
       &lt;xsl:apply-templates select=&quot;@* | node()&quot;/&gt;
     &lt;/xsl:copy&gt;
   &lt;/xsl:template&gt;

then a second template for the 'Location' elements that simply processes 
any child nodes

   &lt;xsl:template match=&quot;Location&quot;&gt;
     &lt;xsl:apply-templates/&gt;
   &lt;/xsl:template&gt;

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307037.html</link>
</item><item>
<title>Re: Xml Hex Data to JPG File - 11/17/2009 1:35:00 PM</title>
<description><![CDATA[<pre>I'm with you dude.

I didn't write it, I'm just trying to use it.

The original database designer put the files in the db as blob(s), and the 
only export option I've been given is xml.
Its not a huge amount of data (&lt;10 rows actually), but I'm stuck with the 
contract imposed upon me.  :&lt;

...............

&quot;Peter Laman&quot; &lt;peter.laman@gmail.com&gt; wrote in message 
news:930a598b-d59d-483c-9158-f5205cf01059@j24g2000yqa.googlegroups.com...
&gt; I'm afraid you're only making things complicated for yourself. What
&gt; benefit do you get from embedding a JPEG in XML? Assuming your goal is
&gt; to communicate data over a TCP/IP connection, I think it would be
&gt; easier to include a reference to the JPEG resource in your XML, and
&gt; let the client simply download the JPEG with a separate request.
&gt;
&gt; Peter Laman</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307045.html</link>
</item><item>
<title>Removing an element but keeping its child nodes. - 11/17/2009 8:51:00 AM</title>
<description><![CDATA[<pre>Hi everyone,

Okay the XML bit keeps getting cropped and hopefully it will work this time!

How do I go about transforming the XML document below into result.xml? Basically what I'm aiming for is to remove one of the element but keeping the children. So I would like to remove the &lt;Location&gt; element but keep the &lt;City&gt; element (the &lt;City&gt; element being the child element of &lt;Location&gt;). Any pointers would be greatly appreciated. Thanks!



&lt;User&gt;

  &lt;TITLE&gt;Mrs&lt;/TITLE&gt;

  &lt;INITIALS&gt;D&lt;/INITIALS&gt;

  &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;

  &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;

  &lt;Location&gt;

      &lt;City&gt;London&lt;/City&gt;

  &lt;/Location&gt;

&lt;/User&gt;


** How do I transform this to**


&lt;User&gt;

  &lt;TITLE&gt;Mrs&lt;/TITLE&gt;

  &lt;INITIALS&gt;D&lt;/INITIALS&gt;

  &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;

  &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;

  &lt;City&gt;London&lt;/City&gt;

&lt;/User&gt;

EggHeadCafe - Software Developer Portal of Choice 
Build the IE WebControls Visual Studio Solution!
http://www.eggheadcafe.com/tutorials/aspnet/30de7452-88ce-4a69-aa36-43240a86a57e/build-the-ie-webcontrols.aspx</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307038.html</link>
</item><item>
<title>Removing an element but keeping its child nodes with XSL - 11/17/2009 8:35:00 AM</title>
<description><![CDATA[<pre>Hi everyone,

How do I go about transforming the XML document below into result.xml? Basically what I'm aiming for is to remove one of the element but keeping the children. So I would like to remove the &lt;Location&gt; element but keep the &lt;City&gt; element (the &lt;City&gt; element being the child element of &lt;Location&gt;). Any pointers would be greatly appreciated. Thanks!

&lt;User&gt;

  &lt;TITLE&gt;Mrs&lt;/TITLE&gt;

  &lt;INITIALS&gt;D&lt;/INITIALS&gt;

  &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;

  &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;

&lt;Location&gt;

      &lt;City&gt;London&lt;/City&gt;

&lt;/Location&gt;

&lt;/User&gt;

** How do I transform this to**


&lt;User&gt;

  &lt;TITLE&gt;Mrs&lt;/TITLE&gt;

  &lt;INITIALS&gt;D&lt;/INITIALS&gt;

  &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;

  &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;

    &lt;City&gt;London&lt;/City&gt;

&lt;/User&gt;

EggHeadCafe - Software Developer Portal of Choice 
Easy &quot;NO SCRIPT&quot;  DataGrid Tooltips in ASP.NET
http://www.eggheadcafe.com/tutorials/aspnet/c0d39393-80fe-481f-af5c-0e18fa4e2e43/easy-no-script--datagri.aspx</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307036.html</link>
</item><item>
<title>Removing an element but keeping its child nodes with XSL - 11/17/2009 8:30:00 AM</title>
<description><![CDATA[<pre>Hi everyone,

How do I go about transforming the XML document below into result.xml? Basically what I'm aiming for is to remove one of the element but keeping the children. So I would like to remove the &lt;Location&gt; element but keep the &lt;City&gt; element (the &lt;City&gt; element being the child element of &lt;Location&gt;). Any pointers would be greatly appreciated. Thanks!

&lt;User&gt;

  &lt;TITLE&gt;Mrs&lt;/TITLE&gt;

  &lt;INITIALS&gt;D&lt;/INITIALS&gt;

  &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;

  &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;

&lt;Location&gt;

      &lt;City&gt;London&lt;/City&gt;

&lt;/Location&gt;

&lt;/User&gt;

** How do I transform this to**


&lt;User&gt;

  &lt;TITLE&gt;Mrs&lt;/TITLE&gt;

  &lt;INITIALS&gt;D&lt;/INITIALS&gt;

  &lt;FIRST_NAME&gt;Doris&lt;/FIRST_NAME&gt;

  &lt;LAST_NAME&gt;Smith&lt;/LAST_NAME&gt;

    &lt;City&gt;London&lt;/City&gt;

&lt;/User&gt;

EggHeadCafe - Software Developer Portal of Choice 
.NET GDI+ Icons - Drawing At Runtime For System Tray
http://www.eggheadcafe.com/tutorials/aspnet/c003531d-3152-471f-bfcc-daf22f84c65b/net-gdi-icons--drawing.aspx</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307035.html</link>
</item><item>
<title>Re: Xml Hex Data to JPG File - 11/17/2009 1:46:00 AM</title>
<description><![CDATA[<pre>I'm afraid you're only making things complicated for yourself. What
benefit do you get from embedding a JPEG in XML? Assuming your goal is
to communicate data over a TCP/IP connection, I think it would be
easier to include a reference to the JPEG resource in your XML, and
let the client simply download the JPEG with a separate request.

Peter Laman</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000307017.html</link>
</item><item>
<title>Re: Xml Hex Data to JPG File - 11/14/2009 10:05:00 PM</title>
<description><![CDATA[<pre>sloan wrote:
&gt; I've been googling (errr bing'ing) for most of the day.
&gt; 
&gt; If I have some xml which has some hex data, which was originally a
&gt; jpg.......is there anyway (with an xsl stylesheet) to write back the jpg?

You could in theory reimplement the decoding in XSLT but I suspect it 
would be much faster to extract the data to a file or pipe and use one 
of the standard utilities such as UUdeview 
(http://www.fpx.de/fp/Software/UUDeview/).

///Peter</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306821.html</link>
</item><item>
<title>Re: Learning transformation by example - 11/13/2009 1:57:00 PM</title>
<description><![CDATA[<pre>Marc Mason wrote:
&gt; Does anyone know of software that can learn a transformation of XML to
&gt; another XML format or a text format without having to write XSLT
&gt; code?  

For XML to XML transformation you could check whether Altova's MapForce 
(http://www.altova.com/mapforce/xml-mapping.html) suits your needs.


-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306703.html</link>
</item><item>
<title>Re: Documentation of WordML - 11/13/2009 1:38:00 PM</title>
<description><![CDATA[<pre>Studi1 wrote:

&gt; I am a WordML novice and try to better understand my WordML documents.
&gt; 
&gt; Where can I find a complete documentation of the WordML elements and 
&gt; attributes. 

This newsgroup is about XSLT and XPath, not about WordML.

If you want to find a complete documentation of the Office 2003 XML 
formats then you need to download and study the schemas:
http://www.microsoft.com/downloads/details.aspx?FamilyId=FE118952-3547-420A-A412-00A2662442D9&amp;displaylang=en

A better group for Office and XML related questions is 
microsoft.public.office.xml.


-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306699.html</link>
</item><item>
<title>[ANN] XMLmind DITA Converter v1.1.0 - 11/13/2009 11:02:00 AM</title>
<description><![CDATA[<pre>XMLmind is happy to announce a new release of
XMLmind DITA Converter.


XMLmind DITA Converter 1.1.0 (November 9, 2009)
-----------------------------------------------

Allows to convert DITA documents to Eclipse Help. Several other
enhancements.
More info in http://www.xmlmind.com/ditac/changes.html

Download XMLmind DITA Converter 1.1.0 from
http://www.xmlmind.com/ditac/download.shtml

-----------------------------------------------
XMLmind DITA Converter v1.1.0 (ditac for short) allows to convert the
most complex DITA 1.1 documents to production-quality XHTML 1.0, XHTML
1.1, HTML 4.1, Java[tm] Help, HTML Help, Eclipse Help, PDF,
PostScript[reg], RTF (can be opened in Word 2000+), WordprocessingML
(can be opened in Word 2003+), Office Open XML (.docx, can be opened in
Word 2007+), OpenOffice (.odt, can be opened in OpenOffice.org 2+).

XMLmind DITA Converter has been developed in order to be integrated in
XMLmind commercial products. As such, XMLmind DITA Converter is
professionally developed software, well documented and well supported.

XMLmind DITA Converter is free, open source, software licensed under the
very liberal terms of the Mozilla Public License version 1.1.

All this makes XMLmind DITA Converter a very serious alternative to
using the DITA Open Toolkit.

_______________________________________________</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306690.html</link>
</item><item>
<title>Re: &lt;w:validateAgainstSchema/&gt; - 11/13/2009 8:14:00 AM</title>
<description><![CDATA[<pre>Hello,

The XMLExtensions are part of Word since version 2003.
With this it is possible to embed a arbitrary XML Structure into the 
Worddocument.
The Element &lt;w:validateAgainstSchema&gt; tells word to vaildate these embeded 
xml against a supplied schema.

Overview of WordprocessingML [Word 2003 XML Reference]
Top-Level Elements, Namespace, Basic Document Structure
http://msdn.microsoft.com/en-us/library/aa212812(office.11).aspx

a helpful explanation is in the walkthrough:
http://msdn.microsoft.com/en-us/library/aa537168(office.11).aspx

A good place for questions about office-document-formats is:
http://openxmldeveloper.org/


willib

&quot;Studi1&quot; &lt;Studi1@discussions.microsoft.com&gt; schrieb im Newsbeitrag 
news:E0949C0E-BA4C-451F-A1E3-E406BD04AE7F@microsoft.com...
&gt; Hello
&gt;
&gt; I am a WordML novice and try to better understand my WordML documents.
&gt;
&gt; To what XML schema will Word 2003 validate based on command
&gt; &lt;w:validateAgainstSchema/&gt; in an WordML document?
&gt; -  How can I identify that XML schema within the WordML document?
&gt; -  How can I incite Word to use my own XML schema instead?
&gt;
&gt; Best regards - Studi1</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306681.html</link>
</item><item>
<title>Learning transformation by example - 11/13/2009 4:41:00 AM</title>
<description><![CDATA[<pre>Does anyone know of software that can learn a transformation of XML to
another XML format or a text format without having to write XSLT
code?  For example, I'd like to be able to provide the software with
examples of my input XML like:

&lt;concept type=&quot;a&quot; value=&quot;aValue&quot; id=&quot;a1&quot;/&gt;
&lt;concept type=&quot;b&quot; value=&quot;bValue&quot; id=&quot;b1&quot;/&gt;
&lt;relationship type=&quot;c&quot; fromId=&quot;a1&quot; toId=&quot;b1&quot;/&gt;

and give it examples of the output I'd like to get, like:

(a a1)
(name a1 aValue)
(b b1)
(name b1 bValue)
(c a1 b1)

and have the software automatically produce the XSLT to do this
transformation or code to do the transformation.

I realize that this is a simple example and the XSLT wouldn't be too
hard to write by hand, but in general, I'd say XSLT is difficult to
write and it would be nice if there were software like this to make
things easier.

Thanks,
Marc Mason</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306698.html</link>
</item><item>
<title>Error messages for a WordML schema - 2 - 11/12/2009 6:50:00 PM</title>
<description><![CDATA[<pre>Yes, VS 2005 stands for Visual Studio 2005, and 'Yes', these are 'simple 
messages' as part of the error messages pane. 

I think, I could find the origine of those messages:  VS could not find the 
related XML schema (XSD file) that was mentioned in the XML document with an 
incorrect address. I have corrected that, now the messages are gone ...

Question:  Why do I not get an EMAIL notification of your answer, even if I 
activate this option?

Best regards - Studi1

&quot;Martin Honnen&quot; wrote:

&gt; Studi1 wrote:
&gt; &gt; I am a VS and XML novice and get plenty of strange error messages of the 
&gt; &gt; following kind when opening a VS 2005 session with an unmodified WordML file: 
&gt; &gt;  
&gt; &gt; 
&gt; &gt; &quot;The schema information could not be found for 
&gt; &gt; element 'http://schemas.microsoft.com/office/word/2003/wordml:wordDocument'.&quot;
&gt; &gt; 
&gt; &gt; How come and what can I do?
&gt; 
&gt; Are you sure it is an error and not simply a warning?
&gt; What exactly is a &quot;VS 2005 session&quot;? Are you editing the WordML file in 
&gt; Visual Studio?
&gt; 
&gt; -- 
&gt; 
&gt; 	Martin Honnen --- MVP XML
&gt; 	http://msmvps.com/blogs/martin_honnen/
&gt; .
&gt;</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306669.html</link>
</item><item>
<title>Documentation of WordML - 11/12/2009 6:36:00 PM</title>
<description><![CDATA[<pre>Hello

I am a WordML novice and try to better understand my WordML documents.

Where can I find a complete documentation of the WordML elements and 
attributes. 
-  For example:  Element 'w:wordDocument' takes an attribute called 'w:val'. 
I could not yet find a description of this attribute that takes a URI as 
value.
-  Not an example:  A have available the MS document 'Overview of WordML', 
where I can find many answers, but not for attribute 'w:val' in element 
'w:wordDocument' ...

Best regards - Studi1
Best regards - Studi1</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306668.html</link>
</item><item>
<title>&lt;w:validateAgainstSchema/&gt; - 11/12/2009 6:29:00 PM</title>
<description><![CDATA[<pre>Hello

I am a WordML novice and try to better understand my WordML documents.

To what XML schema will Word 2003 validate based on command 
&lt;w:validateAgainstSchema/&gt; in an WordML document?
-  How can I identify that XML schema within the WordML document?
-  How can I incite Word to use my own XML schema instead?

Best regards - Studi1</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306667.html</link>
</item><item>
<title>Xml Hex Data to JPG File - 11/11/2009 10:57:00 AM</title>
<description><![CDATA[<pre>I've been googling (errr bing'ing) for most of the day.

If I have some xml which has some hex data, which was originally a
jpg.......is there anyway (with an xsl stylesheet) to write back the jpg?


I figured out how to write out some files (basic stuff, no hex) using
xsl:result-document
but I'm at a loss for getting the hex back into a jpg.

Thanks.

Sample xml below:

The ultimate goal would be to write out a file called MyFirstImage.jpg











&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
&lt;root&gt;
    &lt;graphics&gt;
        &lt;graphic_name&gt;MyFirstImage&lt;/graphic_name&gt;
        &lt;graphic_object&gt;&#255;&#216;&#255;&#224; JFIF  ` `  &#255;&#219; C  
!&amp;quot;$&amp;quot;$&#255;&#219;
C&#255;&#192;
/&amp;quot; &#255;&#196;           
&#255;&#196; &#181;   } !1AQa&amp;quot;q2'&#161;#B&#177;&#193;R&#209;&#240;$3br,
%&amp;amp;'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzf&quot;.??^?S'&quot;&quot;.--~Ts&#162;&#163;&#164;&#165;&#166;&#167;&#168;&#169;&#170;&#178;&#179;&#180;&#181;&#182;&#183;&#184;&#185;&#186;&#194;&#195;&#196;&#197;&#198;&#199;&#200;&#201;&#202;&#210;&#211;&#212;&#213;&#214;&#215;&#216;&#217;&#218;&#225;&#226;&#227;&#228;&#229;&#230;&#231;&#232;&#233;&#234;&#241;&#242;&#243;&#244;&#245;&#246;&#247;&#248;&#249;&#250;&#255;&#196;
       
&#255;&#196; &#181;  w !1AQaq&amp;quot;2B'&#161;&#177;&#193; #3R&#240;br&#209;
$4&#225;%&#241;&amp;amp;'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz,f&quot;.??^?S'&quot;&quot;.--~Ts&#162;&#163;&#164;&#165;&#166;&#167;&#168;&#169;&#170;&#178;&#179;&#180;&#181;&#182;&#183;&#184;&#185;&#186;&#194;&#195;&#196;&#197;&#198;&#199;&#200;&#201;&#202;&#210;&#211;&#212;&#213;&#214;&#215;&#216;&#217;&#218;&#226;&#227;&#228;&#229;&#230;&#231;&#232;&#233;&#234;&#242;&#243;&#244;&#245;&#246;&#247;&#248;&#249;&#250;&#255;&#218;
  ? &#207;&#176;&#181;&#248;&#169;&#227;?&amp;gt;.&#240;_&quot;~!&#235;v&#233;Ww&#175;
&#222;&#235;&#215;&#174;DJ&#161;v$n^&#189;prs&#215;&#176;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255; &#209;&#251;9&#255; &#201;&#221;|G&#255; &#184;&#167;&#254;-&#197;_U&#208;&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255;
&#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255; &#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#202;Y&#240;&#165;&#191;h&#207;&#250;+?&#249;q_&#255; &#241;&#186;?&#225;K~&#209;Y&#244;V&#242;&#226;&#191;&#255; &#227;u&#245;]&#242;&#167;&#252;)o&#218;3&#254;S&#207;&#254;\W&#255; &#252;n&#248;R&#223;&#180;g&#253;Y&#252;&#184;&#175;&#255;
&#248;&#221;}WE |&#169;&#255;
[&#246;O&#255; &#162;&#179;&#255; -&#255; &#255; &#163;&#254;&#183;&#237;&#255; Eg&#255; .+&#255; &#254;7_U&#209;@*&#194;-&#253;&#163;?&#232;&#172;&#255; &#229;&#197;&#255; &#198;&#232;&#255; .-&#251;F&#209;Y&#255; &#203;S&#255; &#255;
&#215;&#213;tP&#194;Yl&amp;gt;4&#252;.&#254;&#203;&#255; &quot;f&#226;f&#171;s&#253;&#167;&#231;y?a&#215;oo-&#179;v&#237;&#225;q&#254;&#176;c&#239;&#210;S&#244;&#248;(&#252;&#201;?&#246;&#255; &#255; &#182;&#212;P&#251;9&#255; &#201;&#221;|G&#255;
&#184;&#167;&#254;-&#197;_U&#215;&#202;Y&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;] QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE |&#169;&#255; &#255; T'&#254;&#223;&#255; &#246;&#218;S?&#224; &#243;$&#255; &#219;&#255; &#254;&#219;Q@&#236;&#231;&#255;
'u&#241;&#254;&#226;Y&#250;_}W_*~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;t QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE&#242;&#167;&#252;&#254;dY&#251;&#255; &#219;j(&#255; ,&#255; &#204;&quot;&#255; o&#255; &#251;mE
&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;]|&#169;&#251;9&#255; &#201;&#221;|G&#255;
&#184;&#167;&#254;-&#197;_U&#208;EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP&#202;Y&#240;P?&#249;'&#237;&#255;
&#255; m&#168;&#163;&#254;
&#255; 2O&#253;&#191;&#255; &#237;&#181; ~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;u&#242;&#167;&#236;&#231;&#255;
'u&#241;&#254;&#226;Y&#250;_}W@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@*&#193;@&#255;
&#230;I&#255; &#183;&#255; &#253;&#182;&#162;&#248;(&#252;&#201;?&#246;&#255; &#255; &#182;&#212;P&#251;9&#255; &#201;&#221;|G&#255; &#184;&#167;&#254;-&#197;_U&#215;&#202;Y&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;] QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE |&#169;&#255; &#255;
T'&#254;&#223;&#255; &#246;&#218;S?&#224; &#243;$&#255; &#219;&#255; &#254;&#219;Q@&#236;&#231;&#255; 'u&#241;&#254;&#226;Y&#250;_}W_*~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;t QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE|&#255; &#241;/&#246;,
]&amp;lt;3&#240;&#175;H&#255; &quot;&#191;Z&quot;x3G&#178;BO&#243;*&amp;quot; &#211;&#252;S&#231;r m`&#206;2 &#187;j&#250;z&#163;&#233;&#242;&#234;:&#182;&#161;i&#167;&#217;C6&#226;&#234;eS4&#201;
2&#204;@${'\&amp;amp;&#189;&#241;&#203;&#225;&amp;gt;&lt;x-&#183;z6&#211;&#229;'&#227;d&#178;]&#166;
#-.]A&#224;&#252;&#164;&#231;&#161;&#198;&#175;&#209;&#191;gO&#248;&#243;R#&#248;&#175;&#226;&#217;m&#174;^A&gt;eaup&amp;quot;&#243;&#188;a&#242;
&#229;oQ&#191;&#238;Om&amp;gt;&#203;&#224; &#188;+&#167;&#181;&#172;~&#180;&#214;%&quot;m&#214;&#177;]&#202;&#248;,F.&#196;&#192;l|S&#185;
g$f?8K&#207;&#218;&#215;&#192;Ig3Y&#232;%s&#228;F&#198;&#229;S&#209;&#223;(f&#177;PN2B&#182;:&#224;&#244;&#171;v&#181;w&#195;Y&#239;!,];&#196;&#182;&#177;&#201;&amp;quot;&#163;O-&#164;E&amp;quot;&#224;&#179;.&gt;&#169;&#218;
&#227;?O&#236;&quot;|' ^=&#230;.&#225;J&#185;x&#204;M5.&quot;P&#187;! .,S  &#227;&#216;zTZ&#191;&#252;&#172;j2&#234;:&#183;&quot;&amp;lt;?&#168;^&#205;6&#226;&#235;M?Y_ (&#203;2'p
&#246;?9&#255; &#252;j&#248;W&#174;&#249;&#255; b&#241;&#198;.'&#183;&#219;&#172;&#243;&#187;8&#219;&#231;&quot;&#221;&#208;&#231;nq&#198;q'z&#238;&#206;&#230;&#218;&#246;&#206;&#203;;^&#174;m&#167;e?ho:HO2&#172;&#172;8
,#&#173;y?g&#239;?^,&#242;Y&#251;&#251;&#226;&amp;lt;;E m&#185;F&#239;.&quot;iO&#228;&#182;Km&#221;&#242;&#168;&#221;S&#241;&#233;~ |Z&#248;?&#168;&#167;?&amp;gt;&#235;&#255;
&#240;[&#197;&#182;[&#219;(&#209;&#161;k?,BU&#237;&#247;.To
&#173;&#230;n&quot;&#228;PF&#234;
&#250;&#218;S&#241;Of&#223;&#180;&#226;&#189;E|1&#226;&#219;?&#248;F&amp;lt;T&#183; h-f#&#184;~ 0R&#195;&#247;O&#189;Y|&#183;9&#201;E 
&#236;H&#215;@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@*&#193;@&#255;
&#230;I&#255; &#183;&#255; &#253;&#182;&#162;&#248;(&#252;&#201;?&#246;&#255; &#255; &#182;&#212;P&#251;9&#255; &#201;&#221;|G&#255; &#184;&#167;&#254;-&#197;_U&#215;&#202;Y&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;] QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE Q_?&#254;&#215;z8&#212;`&#181;&#211;~&#248;f?7Z&#241;F&#200;&#230;&amp;quot;V?&#210;&quot;&amp;quot;F&#173;&#194;&#254;&#245;&#195;!&#203;`*&#176;a?
s&amp;gt;7&#241;OO&#254;;|D&#186;&#240;?/%&#210;&#188;#&#166;&#200;&#241;j&#186;&#172;2&#229;.&#238;Fvd8x&#216;n&#196;&#239;9f&#224;~&#239;&#217;&#190;|%&#240;&#175;&#195;==&#178;&#173;&#254;&#211;&#172;Kn&#176;&#222;&#234;&quot;g&#205;Y&#196;*&#228;^&#211;8&#249;W&#168;T&#220;X&#174;&#234;&amp;gt;&#252;6&#179;&#248;g&#224;x4&#173;&#182;&quot;k&#189;&#213;/aB&amp;lt;&#249;2v&#168;-&#201;Dj&#244;-&#218;&#165;s&#189;?
(&#162;?
(&#162;?
(&#162;?&amp;lt;&#171;&#227;O&#192;&#223;
&#252;H&#243;5&#249;&#248;.&#188;&#177;&#253;&#167; e&#247;&#170;q&#182;H&#183;&quot;&#227;w 6&#167;&#205;&#181;vz&#224;/&#196;_&#248;c&#226;%&#255; &#193;&#255;
S:&#172;W&#208;&#201;?P&#184;&#186;i^Y_k,&amp;gt;a&#251;&#226;E}&#232;\&#171;&#185;&#201;*&lt;&#244;.x&#215;&#237;U&#240;&#182;?x1&#245;}*&#214;/&#248;H&#244;^&#218;X]af-&#234;Vf&#182;y$&quot;&#185;2&#230;w&#177;
e&#162;&#188;&#191;&#246;i&#248;'&#196;o?q&#221;jS&#196;&#250;&#246;Y'&#217;&#181; S&#168;\&#245;ZP?o^&#248;P]d
 &#234; QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE&#242;&#167;&#252;&#254;dY&#251;&#255; &#219;j(&#255; ,&#255; &#204;&quot;&#255; o&#255; &#251;mE
&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;]|&#169;&#251;9&#255; &#201;&#221;|G&#255;
&#184;&#167;&#254;-&#197;_U&#208;EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP]gQ&#179;&#209;&#244;&lt;&#221;[Q&gt;&#200;&#178;&#178;&#183;'&#230;&#226;]&#165;&#182;FSY&gt;
p8 s&#249;g&#246;F&#211;/&#188;y&#241;S&#196;Y&#252;F%'&#230;&#222;B&#182;&#199;lzPz`&#193;&quot;nX&#241;_ O&#238;&#194;&#202;0&#185;&#246;&#191;&#218;_V&#185;&#209;~x&#174;&#242;&#213;&amp;quot;y$&#180;&quot;J 
''
s&#193;.'^&#247; Z*&#217;&quot;&#194;&#214;~&#248;1 &#199;j&#254;d&#186;&#165;&#186;j&#183;R&#224;&#242;NS&#192;`&quot;&#169;&#177;8&#192;;3?I K&#162;S( &#162;S( &#162;S( &#162;S(
&#162;S(&#228;Y?3K&#240;[&#246;&#166;&#180;&#241;Mf&#253;&gt;B&#241;.&#217;u's&#213;&#228;c'a&#246;&#181;V&#201;fp&#202;&#179;|~*]i^&#235;j&#249;&#255;
&#246;&#225;&#240;-&#246;&#199;&#195;kO&#199;&amp;gt;&#201;|?q&#243;&#163;6&#225;&#184;h&#227;l
&#167;.EZ@&#219;&#191;&#169;&#197;{/?uk&#192;&#186;&#187;x'Gs&#169;i-&#215;s,@&quot;W'%v
 $ &quot;O&quot;&#245;
&#186;(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?
(&#162;?&amp;gt;T&#255; ,&#255; &#204;&quot;&#255; o&#255; &#251;mE&#240;P?&#249;'&#237;&#255; &#255; m&#168;
&#225;O&#252;5&#224;o&#218;&#226;&#173;&#226;K&#251;&amp;gt;&#202;kJ&#217;%&#242;$-2&#228;`&#184;X&#244;F9&#198;8&#175;v&#255; ??&#248;9&#255; C?&#254;Sn&#255; &#248;&#213;xO&#194;&#255;
xk&#199;?&#181;&#196;-'&#197;:o&#246;.&quot;7.&#202;E&#231;&#201;$&#200;&#161;&#179;)&#232;&#236;1os^&#237;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218; ?&#225;&#162;~&#208;&#225;&#255; 
&quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255;
&#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255;  &#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255;
&#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218; ?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255;
?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255;  &#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255;
&#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218; ?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255;
&#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255;  &#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255;
&#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218; ?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255;
&#202;.&#223;&#255;  &#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
&#241;&#239;&#218;&#207;&#226;&#183;?|s&#240;&#231;O&#210;|-&#175;h^&#195;&#171;&#199;r&#241;}'x&#177;?e-TGWQO&#231;s&#244;o &#252;s&#248;K x@&#208;&#175;&amp;lt;g-:nTmi3E&#167;^gZ%F*L
'q&amp;gt;.&#231;&#255; &#181;g&#194;x7&#225;&#165;&#190;&#183;&#224;&#255; 
&#203;irsoQ&#221;N-&#224;d|&#193;&#221;.A,n&#227;'y&#193;&#238;&#254;&#252;&#248;Q&#172;|9&#240;&#206;&#173;&#168;&#248;W&#207;&#189;&#189;&#210;-.n%&#254;&#208;&#186;]&#242;&amp;lt;*&#204;&#216;
2I8
 &#232;?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255;  &#227;&#255;
&#198;/?&amp;gt;2&#248;C&#175;xsD&#241;lRj71&#196;&#240;$&#182;h$1&#204;'&#220;b&#192;$!8#$ 
'&#236;&#237;&#241;Y&#225;&#175;&quot;&#254;h^&#241;?&amp;gt;&#199;&#169;Z&#253;&#163;&#206;?&#236;7m&#221;q+&#175;&#204;'.9Vf&#222;&#218;'&#224;&#199;&#195;_
&#252;&#215;|A&#225;&#255;
&#253;R&#181;&#251;?&quot;7&#219;&#174;$&#219;&#186;&#226;$o.&#228;*r&#172;G#&#189;M&#240;&#224;&#195;&#239;&#252;!&#208;u&#191;xNYuk&#200;&#229;-Y%&#187;&#185;&quot;&#186;Y&#202;m&#170;&#234;0c&#216;AA&#231;9
&#239;&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
?&#225;&#162;~&#208;&#225;&#255; &quot;&#219;&#191;&#254;5G&#252;4O&#193;&#207;&#250;?&#242;&gt;w&#255; &#198;&#168;&#255; ?v&#248;9&#255; B&#254;T&#174;&#255; &#248;&#237;&#240;&#206;&#223;?&#232;O&#255; &#202;.&#223;&#255; 
&#254;'&#224;&#231;&#253;&#249;M&#187;&#255; &#227;T&#195;D&#252;&#255; &#161;&#195;&#255; )&#183;&#252;j&#248;gofY&#244;'&#255; &#229;J&#239;&#255; Z&#209;&#255; &#237;&#240;s&#254;&quot;&#255; &#252;&#169;]&#255; &#241;&#218;
&#249;&#251;&#246;&#194;&#248;&lt;&#224;&#239;&#194;-&#255; -&#177;&#253;&#163;&#246;&#181;&#253;&#167;&#253;X&#182;o&#242;v&#255; &#172;U&#206;v7L&#244;&#162;&#219; &#225;&#215;f&#188;&#255;
&#183;&#252;&amp;quot;Z?&#246;w&#219;&#254;&#215;&#246;Y&#244;Te&#223;&#179;&#201;&#219;&#254;&#177;&gt;&#222;&#221;1&#214;S &#234;&#255; g?&#249;;&#175;^&#255; &#247;&#255; &#210;&#248;&#171;&#234;&#186;&#249;S&#246;s&#255; &quot;&#186;&#248;&#255; qO&#253;/S&#190;&#171;
S( S( S( S( S( S( S( S( S( S( S( S( S( S( S( S( S( S(
S( S( S( S( S( S( S( S( S( S( S( S( S( S( S( S( S( S(
S( S( S( S( S( S( S( S(
?&#253;&#163;t&#237;&#223;&#222;,&#178;&#251;O&#217;&#252;&#187;&#188;&#223;&#179;v~&#206;&#194;}&#184;&#200;&#251;&#222;^&#220;&#246;&#206;pqf.&#251;)&#248;&#183;&#254;&#207;fV&#248;&amp;lt;&#171;&#254;%3av&#163;y(&gt;~bNch&#242;N&amp;gt;m&#216;
b&#189;B&#242;&#218;&#218;&#246;&#206;k;&#203;x&#174;m&#167;&#162;sP:HO0&#202;&#202;x ,A&#173;|&#251;;=&#231;&#193;&#255; Z&#250;&#207;&#195;G&#228;&#219;&#235;{c&#178;&#189;Tb&#225;&#163;g&#251;&amp;lt;SK&#237;
&amp;quot;&#180;&lt;&#180;no0&#162;pCP&#214;&#212;QE QE QE QE QE |&#233;&#251;u&#248;&#166;&#243;K&#240;&amp;gt;'&#225;kT&#219;&#187;p&#242;]Is&#185;&quot;x
&#245;wF&#220;#&#203;&#199;!{&#183;f&#180;&#248;G|!&#163;x&#237;?i&#254;&#204;&#176;,&#207;&#206;&#217;&#179;&#204;&#242;&#227;T&#221;&#183;'&#219;od&#227;&#212;&#215;&#203;&#215;Y&#240;&#189;&#191;jg&#187;&#178;KI&amp;lt;1&#225;&amp;amp;9n&#223;&#206;?&#238;f-&#229;' 
#&#249;&#210;4&gt;r@1&#216;%H?[PEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP&#202;Y&#240;P?&#249;'&#237;&#255;
&#255; m&#168;&#163;&#254;
&#255; 2O&#253;&#191;&#255; &#237;&#181; ~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;u&#242;&#167;&#236;&#231;&#255;
'u&#241;&#254;&#226;Y&#250;_}W@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@x&#167;&#237;U&#240;&#218;&#243;&#197;~&#182;&#241;o?&#237;|U&#225;&#255;
&#222;&#218;&lt;$k^&#247;&#171; 0&#251;&#227; &#200;&gt;I9&#222;-pG&#181;&#209;@U&#251;3|O&#255; .'&#224;&#248;~&#205;&#191;&#196;:^&#216;&#181;&amp;lt;A&#229;&#163;&#238;-&#229;J&#184;&#249;~eS1?V&#249;UJ&#231;&#213;k&#230;&#255;
&lt;Y 
&amp;lt;g&#225;&#234;?~&#234;R&#193;&amp;lt;sO&#168;i&#227;&#247;'&#202;&#238;&#192;&#201;&#229;++,&#161;&#178;\&#198;&#221;F&#204;'S&#189;_&#193;&#254;&#241;&#228;V&#250;V&#174;&#241;h~#&#242;&#209;^R&#222;&#234;Vm~&#183;b&#217;$'&#167;&#203;o&gt;&#230;&#192;&#223;&#180;&#181;
{-Q@Q@Q@|&#255; &#251;Z|O&#254;&#204;&#210;&#195; M&#246;&#207;&#235;8&#182;&#188;&#183;?9&#226;&#183;.J&#249;`v-M&#202;p&#199;i'&#229;%
&amp;gt;4&#254;&#208;&#250;vT&#230;x[&#225;&#187;ox-&#235;&#203;?&#222;&#242;&#209;V&#226;&#218;&amp;amp;&quot;?#&#218;O(&#202;&#225;@+-$&#169;C&#161;&#240;&#225;'^t_&#223;&#252;G&#248;&#169;E&#169;&#248;&#175;P&#198;6&#202;-C&#170;&#238;%&#182;&#224;H
&#242;&#192;&#228;T `&#192;(k&#240;'&#225;&#252;
&#190;&#218;xy&#166;S&#226;&#253;&#228;k&#173;Bx&#183;l'w&#192;;CS&#170;^;7`EwtQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@*&#193;@&#255;
&#230;I&#255; &#183;&#255; &#253;&#182;&#162;&#248;(&#252;&#201;?&#246;&#255; &#255; &#182;&#212;P&#251;9&#255; &#201;&#221;|G&#255; &#184;&#167;&#254;-&#197;_U&#215;&#202;Y&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;] QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE &#229;&#255; &#254;x3&#226;4&#179;jWQK&#165;&#235;&#207;Q&#169;Z\&#170;&#176;A,g&#229; &#174;OB*?
W&#168;Q@$&#220;x&#223;&#227;&#231;&#193;i&#222;&#195;&#197;6?&#240;-hV&#254;L&#175;&#169;L&quot;O&#198;&#206;w*&#221;&#224;2&#185;f&#217;&#251;&#224;&#197;HM&#171;&#180;&#221;&#183;?&#255;
jYkl~)&#177;&#187;&#240;&#196;&#171;-G&#249;&#175;!up7F&#195;'[&gt;p&#191;{'&#244;bk&#222;&#240;z&#191;x-s&#239;?4MV&#229;#,&#215;&#182;L&#234;?'3&#169; 
d&quot;s&#235;@&#174;f&#241;&#203;&#225;&amp;gt;&#181;x&#246;&#182;~6&#211;&#226;'#2z&#178;Z&amp;amp;?TQI&#228;|
&#231;&#169;&#198;&#168;u?&#244;&#189;F[ YZI,X&#220;&#214;&#182;&#243;\&#198;r'$dnbpr 
S&#207;&#188;&#253;o~Og4xb[Y$'g&lt;Q&#185;/#&quot;&amp;lt;O&#185;F&#224;G,8&#171;v&#179;&#247;&#194; K&#200;n&#162;&#240;lM$2,S%&#189;&#185;.
#r&amp;lt;.Xq&#202;&#176; &#244; S
&#225;&amp;lt;o&#251;XxWK&#212;V&#215;&#194;&#218;&#223;^&#162;\&#249;-RLl&#227;&amp;lt;)#;rX&#202;~+&#198;&#224;s\&#165;&quot;&#223;&amp;gt;;m&#178;&#187;&#248;C&#252;0&#246;&#241;&#189;&#196;&#177;&#218;&#205;k
&#220;Rn&#166;&#226;^&#227;tn&#199;f&#241;
&#185;&#218;H'&#234;&#248;k&#195;z&#243;&#255;
&#225;&#208;4&#173;#&#237;|&#239;&#176;&#217;&#199;T&#183;;wl8&#220;qzT&amp;gt;&#181;&#171;@'&#194;&#175;&quot;&#254; &#248;m&#173;&#225;&#235;)^&#250;x&#252;&#169;&#245; &#185;&amp;lt;&#203;?q`&#185;
*ZG&#171;&#170;[$]&#221;PEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP&#202;Y&#240;P?&#249;'&#237;&#255;
&#255; m&#168;&#163;&#254;
&#255; 2O&#253;&#191;&#255; &#237;&#181; ~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;u&#242;&#167;&#236;&#231;&#255;
'u&#241;&#254;&#226;Y&#250;_}W@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@*&#193;@&#255;
&#230;I&#255; &#183;&#255; &#253;&#182;&#162;&#248;(&#252;&#201;?&#246;&#255; &#255; &#182;&#212;P&#251;9&#255; &#201;&#221;|G&#255; &#184;&#167;&#254;-&#197;_U&#215;&#202;Y&#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;] QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE |&#169;&#255; &#255;
T'&#254;&#223;&#255; &#246;&#218;S?&#224; &#243;$&#255; &#219;&#255; &#254;&#219;Q@&#236;&#231;&#255; 'u&#241;&#254;&#226;Y&#250;_}W_*~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;t QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE QE
QE&#242;&#167;&#252;&#254;dY&#251;&#255; &#219;j(&#255; ,&#255; &#204;&quot;&#255; o&#255; &#251;mE &#179;Y&#252;&#215;&#196;&#251;S&#233;|U&#245;]|&#169;&#251;9&#255; &#201;&#221;|G&#255;
&#184;&#167;&#254;-&#197;_U&#208;EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP&#202;Y&#240;P?&#249;'&#237;&#255;
&#255; m&#168;&#163;&#254;
&#255; 2O&#253;&#191;&#255; &#237;&#181; ~&#206;&#242;w_&#255; &#238;)&#255; &#165;&#241;W&#213;u&#242;&#167;&#236;&#231;&#255;
'u&#241;&#254;&#226;Y&#250;_}W@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@*&#193;@&#255;
&#230;I&#255; &#183;&#255; &#253;&#182;&#162;&#248;(&#252;&#201;?&#246;&#255; &#255; &#182;&#212;P&#251;9&#255; &#201;&#221;|G&#255; &#184;&#167;&#254;-&#197;_U&#215;&#193;&amp;gt;&#248;&#181;g&#224;oZ&#190;0&#241;&#182;&#165;&#255;
n&#217;j&#183;&#177;&#219;&#175;zm&#179;&#183;K*&#201;'Oz &#249;H&#230;&#237;OW&#165;&#255; &#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#170;&#232;&#175;.?&#225;&#176;&#191;&#234;&#255; &#229;k&#255; &#180;Q&#255;
.&#255; T&#239;&#255; +_&#253;&#162;?&amp;gt;&#171;&#162;&#190;T&#255; ?&#194;&#255; &#170;w&#255; .&#175;&#254;&#209;G&#252;6&#253;S&#191;&#252;&#173;&#246;S &#250;&#174;S&#249;S&#254; &#254;&#169;&#223;&#254;V&#191;&#251;E&#240;&#216;_&#245;N&#255; &#242;&#181;&#255;
&#218;(&#234;&#186;+&#229;O&#248;l/&#250;&#167;&#249;Z&#255; &#237;&#195;a&#213;;&#255; &#202;&#215;&#255; h &#254;
&#255; 2O&#253;&#191;&#255; &#237;&#181;&#229;?&#180;&#198;&#248;[&#216;Y&#241;N&#255; ce}&#163;&#254;_~&#209;&#230;&#249;&#190;_&#253;3]&#184;&#242;&#253;&#243;z&#216;&#162;??&#255;&#217;&lt;/graphic_object&gt;
    &lt;/graphics&gt;
&lt;/root&gt;</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306538.html</link>
</item><item>
<title>Re: Is Word 2010 an .NET implementation - 11/10/2009 10:26:00 PM</title>
<description><![CDATA[<pre>This is an XSL (XML stylesheet) newsgroup. Your question is off topic
for this group, and probably of no interest to many, which might
explain why it's unanswered.

The obvious place to ask this - to me - would be a microsoft word
newsgroup ?

Cheers - Neil

On Tue, 10 Nov 2009 10:49:04 -0800, Studi1
&lt;Studi1@discussions.microsoft.com&gt; wrote:

&gt;I have posted this question almost 3 weeks ago, without an answer yet. Does 
&gt;anyone of the community know a valid answer?
&gt;
&gt;Studi1
&gt;
&gt;&quot;Studi1&quot; wrote:
&gt;
&gt;&gt; Hello
&gt;&gt; 
&gt;&gt; Will Word 2010 now be a .NET implementation?
&gt;&gt; 
&gt;&gt; Thanks - Studi1
------------------------------------------------
Digital Media MVP : 2004-2009
http://mvp.support.microsoft.com/mvpfaqs</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306480.html</link>
</item><item>
<title>Re: Error messages for a WordML schema - 11/10/2009 7:53:00 PM</title>
<description><![CDATA[<pre>Studi1 wrote:
&gt; I am a VS and XML novice and get plenty of strange error messages of the 
&gt; following kind when opening a VS 2005 session with an unmodified WordML file: 
&gt;  
&gt; 
&gt; &quot;The schema information could not be found for 
&gt; element 'http://schemas.microsoft.com/office/word/2003/wordml:wordDocument'.&quot;
&gt; 
&gt; How come and what can I do?

Are you sure it is an error and not simply a warning?
What exactly is a &quot;VS 2005 session&quot;? Are you editing the WordML file in 
Visual Studio?

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306462.html</link>
</item><item>
<title>RE: Is Word 2010 an .NET implementation - 11/10/2009 10:49:00 AM</title>
<description><![CDATA[<pre>I have posted this question almost 3 weeks ago, without an answer yet. Does 
anyone of the community know a valid answer?

Studi1

&quot;Studi1&quot; wrote:

&gt; Hello
&gt; 
&gt; Will Word 2010 now be a .NET implementation?
&gt; 
&gt; Thanks - Studi1</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306471.html</link>
</item><item>
<title>Error messages for a WordML schema - 11/10/2009 10:45:00 AM</title>
<description><![CDATA[<pre>I am a VS and XML novice and get plenty of strange error messages of the 
following kind when opening a VS 2005 session with an unmodified WordML file: 
 

&quot;The schema information could not be found for 
element 'http://schemas.microsoft.com/office/word/2003/wordml:wordDocument'.&quot;

How come and what can I do?</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306461.html</link>
</item><item>
<title>Re: How do I hide the carriage return square character? - 11/4/2009 11:20:00 PM</title>
<description><![CDATA[<pre>On Wed, 4 Nov 2009 05:14:01 -0800, Mitch
&lt;Mitch@discussions.microsoft.com&gt; wrote:

&gt;When I open Excel on one computer I get a  SQUARE character where I have 
&gt;carriage returns. On another computer these boxes are not visable. 
&gt;
&gt;Can someone explain how I can make the squares with question marks hide on 
&gt;my other PC.

Hi this is an XSL (XML stylesheets) newsgroup.

You actually want an XLS (Excel file format) newsgroup

Look for newsgroups with  'Excel' in their title

HTH
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2009
http://mvp.support.microsoft.com/mvpfaqs</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306048.html</link>
</item><item>
<title>How do I hide the carriage return square character? - 11/4/2009 5:14:00 AM</title>
<description><![CDATA[<pre>When I open Excel on one computer I get a  SQUARE character where I have 
carriage returns. On another computer these boxes are not visable. 

Can someone explain how I can make the squares with question marks hide on 
my other PC.</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000306007.html</link>
</item><item>
<title>Re: Creating tabular HTML output based on comment in XML (using XS - 11/3/2009 9:49:00 PM</title>
<description><![CDATA[<pre>Thanks a lot Martin. This is just what I needed. This will be of much help!!

Cheers
Ayan</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200911/msg1000305983.html</link>
</item><item>
<title>Re: Creating tabular HTML output based on comment in XML (using XSLT) - 10/30/2009 12:11:00 PM</title>
<description><![CDATA[<pre>Ayan wrote:

&gt; &lt;orders&gt;
&gt; &lt;OrdersTransaction&gt;
&gt; &lt;Item&gt;
&gt; &lt;!--  Changed Element:old --&gt; 
&gt; &lt;Description&gt;Marker&lt;/Description&gt; 
&gt; &lt;!--  Changed Element:new --&gt; 
&gt; &lt;Description&gt;Mark er&lt;/Description&gt; 
&gt; &lt;/Item&gt;
&gt; &lt;/OrdersTransaction&gt;
&gt; &lt;OrdersTransaction&gt;
&gt; &lt;Item&gt;
&gt; &lt;!--  Changed Element:old --&gt; 
&gt; &lt;Description&gt;Eraser&lt;/Description&gt; 
&gt; &lt;!--  Changed Element:new --&gt; 
&gt; &lt;Description&gt;eraser&lt;/Description&gt; 
&gt; &lt;/Item&gt;
&gt; &lt;Item&gt;
&gt; &lt;!--  Added Element(s) --&gt; 
&gt; &lt;comment&gt;additional comments&lt;/comment&gt; 
&gt; &lt;/Item&gt;
&gt; &lt;Item&gt;
&gt; &lt;!--  Deleted Element(s) --&gt; 
&gt; &lt;comment&gt;Pen&lt;/comment&gt; 
&gt; &lt;/Item&gt;
&gt; &lt;Item&gt;
&gt; &lt;!--  Changed Element:old --&gt; 
&gt; &lt;Description&gt;Highlighter&lt;/Description&gt; 
&gt; &lt;!--  Changed Element:new --&gt; 
&gt; &lt;Description&gt;highlighter&lt;/Description&gt; 
&gt; &lt;/Item&gt;
&gt; &lt;/OrdersTransaction&gt;
&gt; &lt;/orders&gt;
&gt; 
&gt; 
&gt; &quot;Deleted Element(s)&quot; means, it was present in First XML, but not anymore in 
&gt; Second XML.
&gt; &quot;Added Element(s)&quot; means, it was present in Second XML, but not in First XML.
&gt; &quot;Changed Element:old&quot; means it was like this in First XML but &quot;Changed 
&gt; Element:new&quot; shows the changed 
&gt; 
&gt; version of it in Second XML.
&gt; 
&gt; Now, these deleted, added or changed components can occur at any position in 
&gt; the XML file. What I mean 
&gt; 
&gt; to say is, the tags can be deep inside. So there is no chance to know 
&gt; beforehand. Only we can check the 
&gt; 
&gt; comments to know which part in the XML holds what.
&gt; 
&gt; My question:
&gt; 
&gt; I need to show HTML output in a simple table like this:
&gt; 
&gt; ------------------------------------------------------------
&gt; First XML		| Second XML			
&gt; ------------------------------------------------------------
&gt; 		|
&gt; 		|	Added Element(s):
&gt; 		|	Item&gt;comment
&gt; 		|	value: additional comments
&gt; ------------------------------------------------------------
&gt; 		|
&gt; Deleted Element(s):	|
&gt; Item&gt;comment	|
&gt; value: Pen		|
&gt; ------------------------------------------------------------
&gt; Changed Element:old	|	Changed Element:new
&gt; Item&gt;Description	|	Item&gt;Description
&gt; value: Highlighter	|	value: highlighter
&gt; ------------------------------------------------------------


Here is a sample stylesheet that should give you an idea:

&lt;xsl:stylesheet
   xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot;
   version=&quot;1.0&quot;&gt;

   &lt;xsl:output method=&quot;html&quot; indent=&quot;yes&quot;/&gt;

   &lt;xsl:template match=&quot;/&quot;&gt;
     &lt;html lang=&quot;en&quot;&gt;
       &lt;head&gt;
         &lt;title&gt;Example&lt;/title&gt;
       &lt;/head&gt;
       &lt;body&gt;
         &lt;table&gt;
           &lt;thead&gt;
             &lt;tr&gt;
               &lt;th&gt;First XML&lt;/th&gt;
               &lt;th&gt;Second XML&lt;/th&gt;
             &lt;/tr&gt;
           &lt;/thead&gt;
           &lt;tbody&gt;
             &lt;xsl:apply-templates/&gt;
           &lt;/tbody&gt;
         &lt;/table&gt;
       &lt;/body&gt;
     &lt;/html&gt;
   &lt;/xsl:template&gt;

   &lt;xsl:template match=&quot;comment()[. = '  Changed Element:old ']&quot;&gt;
     &lt;tr&gt;
       &lt;td&gt;
         &lt;xsl:text&gt;Changed element:old&lt;/xsl:text&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;Item&gt;&lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;name(following-sibling::*[1])&quot;/&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;value: &lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;following-sibling::*[1]&quot;/&gt;
       &lt;/td&gt;
       &lt;td&gt;
         &lt;xsl:text&gt;Changed element:new&lt;/xsl:text&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;Item&gt;&lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;name(following-sibling::comment()[. = ' 
Changed Element:new '][1]/following-sibling::*[1])&quot;/&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;value: &lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;following-sibling::comment()[. = ' 
Changed Element:new '][1]/following-sibling::*[1]&quot;/&gt;
       &lt;/td&gt;
     &lt;/tr&gt;
   &lt;/xsl:template&gt;

   &lt;xsl:template match=&quot;comment()[. = '  Deleted Element(s) ']&quot;&gt;
     &lt;tr&gt;
       &lt;td&gt;
         &lt;xsl:text&gt;Deleted element(s):&lt;/xsl:text&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;Item&gt;&lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;name(following-sibling::*[1])&quot;/&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;value: &lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;following-sibling::*[1]&quot;/&gt;
       &lt;/td&gt;
       &lt;td&gt;&lt;/td&gt;
     &lt;/tr&gt;
   &lt;/xsl:template&gt;

   &lt;xsl:template match=&quot;comment()[. = '  Added Element(s) ']&quot;&gt;
     &lt;tr&gt;
       &lt;td&gt;&lt;/td&gt;
       &lt;td&gt;
         &lt;xsl:text&gt;Added element(s):&lt;/xsl:text&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;Item&gt;&lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;name(following-sibling::*[1])&quot;/&gt;
         &lt;br/&gt;
         &lt;xsl:text&gt;value: &lt;/xsl:text&gt;
         &lt;xsl:value-of select=&quot;following-sibling::*[1]&quot;/&gt;
       &lt;/td&gt;
     &lt;/tr&gt;
   &lt;/xsl:template&gt;

   &lt;xsl:template match=&quot;text()&quot;/&gt;

&lt;/xsl:stylesheet&gt;

Its output, when run against the XML sample you posted, is as follows:

&lt;html lang=&quot;en&quot;&gt;
    &lt;head&gt;
       &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;

       &lt;title&gt;Example&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;
       &lt;table&gt;
          &lt;thead&gt;
             &lt;tr&gt;
                &lt;th&gt;First XML&lt;/th&gt;
                &lt;th&gt;Second XML&lt;/th&gt;
             &lt;/tr&gt;
          &lt;/thead&gt;
          &lt;tbody&gt;
             &lt;tr&gt;
                &lt;td&gt;Changed element:old&lt;br&gt;Item&amp;gt;Description&lt;br&gt;value: 
Marker
                &lt;/td&gt;
                &lt;td&gt;Changed element:new&lt;br&gt;Item&amp;gt;Description&lt;br&gt;value: 
Mark er
                &lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
                &lt;td&gt;Changed element:old&lt;br&gt;Item&amp;gt;Description&lt;br&gt;value: 
Eraser
                &lt;/td&gt;
                &lt;td&gt;Changed element:new&lt;br&gt;Item&amp;gt;Description&lt;br&gt;value: 
eraser
                &lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
                &lt;td&gt;&lt;/td&gt;
                &lt;td&gt;Added element(s):&lt;br&gt;Item&amp;gt;comment&lt;br&gt;value: 
additional comments
                &lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
                &lt;td&gt;Deleted element(s):&lt;br&gt;Item&amp;gt;comment&lt;br&gt;value: Pen
                &lt;/td&gt;
                &lt;td&gt;&lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
                &lt;td&gt;Changed element:old&lt;br&gt;Item&amp;gt;Description&lt;br&gt;value: 
Highlighter
                &lt;/td&gt;
                &lt;td&gt;Changed element:new&lt;br&gt;Item&amp;gt;Description&lt;br&gt;value: 
highlighter
                &lt;/td&gt;
             &lt;/tr&gt;
          &lt;/tbody&gt;
       &lt;/table&gt;
    &lt;/body&gt;
&lt;/html&gt;


-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305636.html</link>
</item><item>
<title>Creating tabular HTML output based on comment in XML (using XSLT) - 10/29/2009 10:55:00 PM</title>
<description><![CDATA[<pre>Hi Friends

Greetings!

I have an XML file which contains difference between two xml like this: 

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt; 
&lt;orders&gt;
&lt;OrdersTransaction&gt;
&lt;Item&gt;
&lt;!--  Changed Element:old --&gt; 
&lt;Description&gt;Marker&lt;/Description&gt; 
&lt;!--  Changed Element:new --&gt; 
&lt;Description&gt;Mark er&lt;/Description&gt; 
&lt;/Item&gt;
&lt;/OrdersTransaction&gt;
&lt;OrdersTransaction&gt;
&lt;Item&gt;
&lt;!--  Changed Element:old --&gt; 
&lt;Description&gt;Eraser&lt;/Description&gt; 
&lt;!--  Changed Element:new --&gt; 
&lt;Description&gt;eraser&lt;/Description&gt; 
&lt;/Item&gt;
&lt;Item&gt;
&lt;!--  Added Element(s) --&gt; 
&lt;comment&gt;additional comments&lt;/comment&gt; 
&lt;/Item&gt;
&lt;Item&gt;
&lt;!--  Deleted Element(s) --&gt; 
&lt;comment&gt;Pen&lt;/comment&gt; 
&lt;/Item&gt;
&lt;Item&gt;
&lt;!--  Changed Element:old --&gt; 
&lt;Description&gt;Highlighter&lt;/Description&gt; 
&lt;!--  Changed Element:new --&gt; 
&lt;Description&gt;highlighter&lt;/Description&gt; 
&lt;/Item&gt;
&lt;/OrdersTransaction&gt;
&lt;/orders&gt;


&quot;Deleted Element(s)&quot; means, it was present in First XML, but not anymore in 
Second XML.
&quot;Added Element(s)&quot; means, it was present in Second XML, but not in First XML.
&quot;Changed Element:old&quot; means it was like this in First XML but &quot;Changed 
Element:new&quot; shows the changed 

version of it in Second XML.

Now, these deleted, added or changed components can occur at any position in 
the XML file. What I mean 

to say is, the tags can be deep inside. So there is no chance to know 
beforehand. Only we can check the 

comments to know which part in the XML holds what.

My question:

I need to show HTML output in a simple table like this:

------------------------------------------------------------
First XML		| Second XML			
------------------------------------------------------------
		|
		|	Added Element(s):
		|	Item&gt;comment
		|	value: additional comments
------------------------------------------------------------
		|
Deleted Element(s):	|
Item&gt;comment	|
value: Pen		|
------------------------------------------------------------
Changed Element:old	|	Changed Element:new
Item&gt;Description	|	Item&gt;Description
value: Highlighter	|	value: highlighter
------------------------------------------------------------


Now, the tags &quot;Item&quot;, &quot;comment&quot; etc are not fixed. It depends on the XML we 
are comparing. So need to 

track on the basis of &lt;!--  Added Element(s) --&gt;, &lt;!--  Deleted Element(s) 
--&gt;, &lt;!--  Changed 

Element:new --&gt; etc. and need to render the table printing the values and 
attributes in the tags.

Please ask me anything you like.
Thanks a ton in advance

Ayan</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305613.html</link>
</item><item>
<title>Re: Timestamp formatting in XSLT - 10/23/2009 5:01:00 PM</title>
<description><![CDATA[<pre>jai wrote:

&gt; I have a dateTime format as an XML element (&lt;PDFTIMESTAMP&gt;2009-10-09
&gt; 13:10:58.00000&lt;/PDFTIMESTAMP&gt;). This dateTime format is not accepted
&gt; by XSLT 2.0 using Saxon 9.
&gt; 
&gt; I came to know that 2009-10-09T13:10:58.00000 is proper format for
&gt; dateTime.
&gt; 
&gt; I actually do a sort using PDFTIMESTAMP inside a for-each loop as
&gt; below:
&gt; 
&gt; &lt;xsl:for-each-group select=&quot;current-group()&quot; group-by=&quot;RECEIPTTYPE&quot;&gt;
&gt; 
&gt;                &lt;xsl:sort select=&quot;max(PDFTIMESTAMP/xs:dateTime(.)&quot;
&gt; order=&quot;descending&quot;/&gt;
&gt; 
&gt; In xs:dateTime(.), the issue is comming as format of current dateTime
&gt; is not correct. If the XML element's value cannot be corrected to
&gt; acceptable format, what can i do to convert the the improper dateTime
&gt; comming in xs:dateTime(.) to work?

If only the 'T' is missing then you can certainly do e.g.
         &lt;xsl:sort 
select=&quot;max(PDFTIMESTAMP/xs:dateTime(concat(substring(., 1, 10), 'T', 
substring(., 11))))&quot;/&gt;

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305193.html</link>
</item><item>
<title>Re: Following XSLT Logic Not Working - 10/23/2009 11:46:00 AM</title>
<description><![CDATA[<pre>Sanket wrote:
&gt; I have to check a value of a variable in XSLT, if it is null then i
&gt; have to set it to default &quot;$&quot; otherwise same value.
&gt; so for that i have written the following XSLT Logic:
&gt; 
&gt; &lt;XSL:variable name=&quot;dummy&quot; select= &quot;ArrayOfBookMark/BookMark
&gt; [ShortName='Asp-7041-EndVar1]/Value&quot;/&gt;
&gt; &lt;XSL:choose&gt;
&gt;    &lt;XSL:when test=&quot;($dummy!='')&quot;&gt;
&gt;         &lt;XSL:variable name=&quot;dummy1&quot; select=&quot;$dummy&quot;/&gt;
&gt;    &lt;/when&gt;
&gt;    &lt;XSL:otherwise&gt;
&gt;         &lt;XSL:variable name=&quot;dummy1&quot; select=&quot;'$'&quot;/&gt;
&gt;        &lt;/XSL:variable&gt;
&gt;    &lt;XSL:otherwise&gt;
&gt; &lt;/XSL:choose&gt;

You might want

   &lt;xsl:variable name=&quot;dummy&quot;
 
select=&quot;ArrayOfBookMark/BookMark[ShortName='Asp-7041-EndVar1]/Value&quot;/&gt;
   &lt;xsl:variable name=&quot;dummy1&quot;
                 select=&quot;if ($dummy) then $dummy else '$'&quot;/&gt;

That is XSLT 2.0 supported by Saxon, Altova, Gestalt.

If you use XSLT 1.0 then it is more difficult:

   &lt;xsl:variable name=&quot;dummy&quot;
 
select=&quot;ArrayOfBookMark/BookMark[ShortName='Asp-7041-EndVar1]/Value&quot;/&gt;
   &lt;xsl:variable name=&quot;dummy1&quot;&gt;
     &lt;xsl:choose&gt;
       &lt;xsl:when test=&quot;$dummy&quot;&gt;
         &lt;xsl:value-of select=&quot;$dummy&quot;/&gt;
       &lt;/xsl:when&gt;
       &lt;xsl:otherwise&gt;$&lt;/xsl:otherwise&gt;
     &lt;/xsl:choose&gt;
   &lt;/xsl:variable&gt;




-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305162.html</link>
</item><item>
<title>Timestamp formatting in XSLT - 10/23/2009 5:08:00 AM</title>
<description><![CDATA[<pre>Hello,

I have a dateTime format as an XML element (&lt;PDFTIMESTAMP&gt;2009-10-09
13:10:58.00000&lt;/PDFTIMESTAMP&gt;). This dateTime format is not accepted
by XSLT 2.0 using Saxon 9.

I came to know that 2009-10-09T13:10:58.00000 is proper format for
dateTime.

I actually do a sort using PDFTIMESTAMP inside a for-each loop as
below:

&lt;xsl:for-each-group select=&quot;current-group()&quot; group-by=&quot;RECEIPTTYPE&quot;&gt;

               &lt;xsl:sort select=&quot;max(PDFTIMESTAMP/xs:dateTime(.)&quot;
order=&quot;descending&quot;/&gt;

In xs:dateTime(.), the issue is comming as format of current dateTime
is not correct. If the XML element's value cannot be corrected to
acceptable format, what can i do to convert the the improper dateTime
comming in xs:dateTime(.) to work?

Any help is much appreciated.

Thanks!!

Jai</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305179.html</link>
</item><item>
<title>Following XSLT Logic Not Working - 10/22/2009 10:05:00 PM</title>
<description><![CDATA[<pre>I have to check a value of a variable in XSLT, if it is null then i
have to set it to default &quot;$&quot; otherwise same value.
so for that i have written the following XSLT Logic:

&lt;XSL:variable name=&quot;dummy&quot; select= &quot;ArrayOfBookMark/BookMark
[ShortName='Asp-7041-EndVar1]/Value&quot;/&gt;
&lt;XSL:choose&gt;
   &lt;XSL:when test=&quot;($dummy!='')&quot;&gt;
        &lt;XSL:variable name=&quot;dummy1&quot; select=&quot;$dummy&quot;/&gt;
   &lt;/when&gt;
   &lt;XSL:otherwise&gt;
        &lt;XSL:variable name=&quot;dummy1&quot; select=&quot;'$'&quot;/&gt;
       &lt;/XSL:variable&gt;
   &lt;XSL:otherwise&gt;
&lt;/XSL:choose&gt;


Here in &quot;dummy&quot; i am copying the value comming from follwing XML.it is
retriving value correctly in to &quot;dummy&quot;.
Condition also checking but the value assignment code for new variable
&quot;dummy1&quot;  is not working.

&lt;ArrayOfBookMark&gt;
  &lt;BookMark&gt;
     &lt;ShortName&gt;Asp-7041-EndVar1&lt;/ShortName&gt;
     &lt;Value&gt;12345&lt;/Value&gt;
  &lt;/BookMark&gt;
&lt;/ArrayOfBookMark&gt;

please help...


Quick response will be appriciated.

-Sanket
Sanket.chougule@gmail.com</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305159.html</link>
</item><item>
<title>Re: For Each to a Comma Separated List - 10/22/2009 12:02:00 PM</title>
<description><![CDATA[<pre>Brian wrote:

&gt; Here is the simple XML Block where I want to transform the ListNode items 
&gt; into a comma separated list that gets inserted into a table cell.
&gt; 
&gt; &lt;XMLBlk BlkAttr=&quot;A001&quot;&gt;
&gt; 	&lt;NodeA&gt;Standard&lt;/NodeA&gt;
&gt; 	&lt;ListNode&gt;
&gt; 		&lt;ListItem&gt;Item 1&lt;/ListItem&gt;
&gt; 		&lt;ListItem&gt;Item 2&lt;/ListItem&gt;
&gt; 		&lt;ListItem&gt;Item 3&lt;/ListItem&gt;
&gt; 	&lt;/ListNode&gt;
&gt; 	&lt;AnotherNode&gt;&lt;/AnotherNode&gt;
&gt; &lt;/XMLBlk&gt;
&gt; 
&gt; The list output would be &quot;Item 1, Item 2, Item 3&quot;

With XSLT 2.0 creating the comma separated list is as easy as

   &lt;xsl:template match=&quot;ListNode&quot;&gt;
     &lt;xsl:value-of select=&quot;ListItem&quot; separator=&quot;, &quot;/&gt;
   &lt;/xsl:template&gt;

With XSLT 1.0 you need

   &lt;xsl:template match=&quot;ListNode&quot;&gt;
     &lt;xsl:for-each select=&quot;ListItem&quot;&gt;
       &lt;xsl:value-of select=&quot;.&quot;/&gt;
       &lt;xsl:if test=&quot;position() != last()&quot;&gt;, &lt;/xsl:if&gt;
     &lt;/xsl:for-each&gt;
   &lt;/xsl:template&gt;

&gt; My table is somehow creates the CSL but inserts the individual items into 
&gt; what appears to be sub-cells.  I get word wrapping on the &quot;Item 1&quot; text 
&gt; before it writes the &quot;Item 2&quot; text in the table cell.
&gt; 
&gt; Question...  what is the best way to structure this transform so that the 
&gt; cell just gets a CSL and wraps the content if it exceeds the width of the 
&gt; table cell?

What kind of output do you create with the XSLT? Is that HTML?


-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305106.html</link>
</item><item>
<title>Re: For Each to a Comma Separated List - 10/22/2009 9:26:00 AM</title>
<description><![CDATA[<pre>Yes... I'm outputting to HTML...

I'll have to dig into the XSLT 2.0 standard and see how much I can simplify. 
 I am using 1.0 because my list item logic is the same as your 1.0 example.

Were you able to access the attachment?

&quot;Martin Honnen&quot; wrote:

&gt; Brian wrote:
&gt; 
&gt; &gt; Here is the simple XML Block where I want to transform the ListNode items 
&gt; &gt; into a comma separated list that gets inserted into a table cell.
&gt; &gt; 
&gt; &gt; &lt;XMLBlk BlkAttr=&quot;A001&quot;&gt;
&gt; &gt; 	&lt;NodeA&gt;Standard&lt;/NodeA&gt;
&gt; &gt; 	&lt;ListNode&gt;
&gt; &gt; 		&lt;ListItem&gt;Item 1&lt;/ListItem&gt;
&gt; &gt; 		&lt;ListItem&gt;Item 2&lt;/ListItem&gt;
&gt; &gt; 		&lt;ListItem&gt;Item 3&lt;/ListItem&gt;
&gt; &gt; 	&lt;/ListNode&gt;
&gt; &gt; 	&lt;AnotherNode&gt;&lt;/AnotherNode&gt;
&gt; &gt; &lt;/XMLBlk&gt;
&gt; &gt; 
&gt; &gt; The list output would be &quot;Item 1, Item 2, Item 3&quot;
&gt; 
&gt; With XSLT 2.0 creating the comma separated list is as easy as
&gt; 
&gt;    &lt;xsl:template match=&quot;ListNode&quot;&gt;
&gt;      &lt;xsl:value-of select=&quot;ListItem&quot; separator=&quot;, &quot;/&gt;
&gt;    &lt;/xsl:template&gt;
&gt; 
&gt; With XSLT 1.0 you need
&gt; 
&gt;    &lt;xsl:template match=&quot;ListNode&quot;&gt;
&gt;      &lt;xsl:for-each select=&quot;ListItem&quot;&gt;
&gt;        &lt;xsl:value-of select=&quot;.&quot;/&gt;
&gt;        &lt;xsl:if test=&quot;position() != last()&quot;&gt;, &lt;/xsl:if&gt;
&gt;      &lt;/xsl:for-each&gt;
&gt;    &lt;/xsl:template&gt;
&gt; 
&gt; &gt; My table is somehow creates the CSL but inserts the individual items into 
&gt; &gt; what appears to be sub-cells.  I get word wrapping on the &quot;Item 1&quot; text 
&gt; &gt; before it writes the &quot;Item 2&quot; text in the table cell.
&gt; &gt; 
&gt; &gt; Question...  what is the best way to structure this transform so that the 
&gt; &gt; cell just gets a CSL and wraps the content if it exceeds the width of the 
&gt; &gt; table cell?
&gt; 
&gt; What kind of output do you create with the XSLT? Is that HTML?
&gt; 
&gt; 
&gt; -- 
&gt; 
&gt; 	Martin Honnen --- MVP XML
&gt; 	http://msmvps.com/blogs/martin_honnen/
&gt; .
&gt;</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305127.html</link>
</item><item>
<title>Is Word 2010 an .NET implementation - 10/22/2009 5:55:00 AM</title>
<description><![CDATA[<pre>Hello

Will Word 2010 now be a .NET implementation?

Thanks - Studi1</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305111.html</link>
</item><item>
<title>For Each to a Comma Separated List - 10/21/2009 2:33:00 PM</title>
<description><![CDATA[<pre>I inherited an XSLT that I'm trying to modify...  I'm a novice at this but 
have been able to pick my way through a lot of changes.  But this one has me 
stumped.

Here is the simple XML Block where I want to transform the ListNode items 
into a comma separated list that gets inserted into a table cell.

&lt;XMLBlk BlkAttr=&quot;A001&quot;&gt;
	&lt;NodeA&gt;Standard&lt;/NodeA&gt;
	&lt;ListNode&gt;
		&lt;ListItem&gt;Item 1&lt;/ListItem&gt;
		&lt;ListItem&gt;Item 2&lt;/ListItem&gt;
		&lt;ListItem&gt;Item 3&lt;/ListItem&gt;
	&lt;/ListNode&gt;
	&lt;AnotherNode&gt;&lt;/AnotherNode&gt;
&lt;/XMLBlk&gt;

The list output would be &quot;Item 1, Item 2, Item 3&quot;

My table is somehow creates the CSL but inserts the individual items into 
what appears to be sub-cells.  I get word wrapping on the &quot;Item 1&quot; text 
before it writes the &quot;Item 2&quot; text in the table cell.

Question...  what is the best way to structure this transform so that the 
cell just gets a CSL and wraps the content if it exceeds the width of the 
table cell?</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305072.html</link>
</item><item>
<title>Re: xsltfunctions.com - 10/20/2009 8:10:00 PM</title>
<description><![CDATA[<pre>Artist wrote:
&gt; At the website:
&gt; http://www.xsltfunctions.com/
&gt; there are many xsl functions I need to have working in PHP5 on Windows 
&gt; XP. On this site I cannot find any place to download any PHP extension 
&gt; to support the functions in its &quot;http://www.functx.com&quot; namespace. If 
&gt; anyone knows anything about this function library and how to get it 
&gt; installed please let me know.

That is all XSLT/XPath 2.0 so you need an XSLT 2.0 processor like Saxon 
9 or AltovaXML tools.
PHP 5 uses libxslt I think so that does not work with those functions.

I think someone tries to make Saxon or AltovaXML tools callable from PHP 
but I can't find anything on sourceforge with a quick search.

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305010.html</link>
</item><item>
<title>xsltfunctions.com - 10/20/2009 9:54:00 AM</title>
<description><![CDATA[<pre>At the website:
http://www.xsltfunctions.com/
there are many xsl functions I need to have working in PHP5 on Windows 
XP. On this site I cannot find any place to download any PHP extension 
to support the functions in its &quot;http://www.functx.com&quot; namespace. If 
anyone knows anything about this function library and how to get it 
installed please let me know.

-- 
If you desire to respond directly remove the &quot;sj.&quot; from the domain name 
part of my email address. It is a spam jammer.</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000305008.html</link>
</item><item>
<title>Re: typing in Hebrew - 10/16/2009 10:00:00 PM</title>
<description><![CDATA[<pre>On Thu, 15 Oct 2009 13:48:01 -0700, Kelev
&lt;bbss45@hotmail.com(donotspam&gt; wrote:

&gt;when I type a word at the spreadsheet at microsoft works, I see it in english 
&gt;and when i do ENTER, remain writen in english
&gt;when I type in Hebrew, I see when I tipe in Hebrew but when I do ENTER, it 
&gt;is written in gibrish
&gt;I whent to the control panel, regional and language and changed to Hebrew, 
&gt;and I still can not see written in hebrew
&gt;please what to do to fix this problem?

This is an XSL newsgroup, which deals with issues about XSL (the XML
formatting language). You meant to post in a newsgroup about
spreadsheets, for the file format XLS (not XSL ;-)

I'd look for newsgroups with Excel in their title

Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2009
http://mvp.support.microsoft.com/mvpfaqs</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304966.html</link>
</item><item>
<title>typing in Hebrew - 10/15/2009 1:48:00 PM</title>
<description><![CDATA[<pre>when I type a word at the spreadsheet at microsoft works, I see it in english 
and when i do ENTER, remain writen in english
when I type in Hebrew, I see when I tipe in Hebrew but when I do ENTER, it 
is written in gibrish
I whent to the control panel, regional and language and changed to Hebrew, 
and I still can not see written in hebrew
please what to do to fix this problem?
-- 
&#215;&#170;&#215;•&#215;“&#215;” &#215;œ&#215;&#162;&#215;•&#215;–&#215;&#168;&#215;™&#215;
Kelev</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304944.html</link>
</item><item>
<title>Re: How to open a WordML document with an XSLT from MS Explorer? - 10/6/2009 6:23:00 PM</title>
<description><![CDATA[<pre>Studi1 wrote:
&gt; I want to display it in MS Word after tranformation. (In this case, 'to 
&gt; display' means to open a Word session ...).

Maybe someone in microsoft.public.office.xml understands what you want 
to achieve and can help.



-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304404.html</link>
</item><item>
<title>Re: How to open a WordML document with an XSLT from MS Explorer? - 10/6/2009 3:14:00 PM</title>
<description><![CDATA[<pre>Studi1 wrote:
&gt; I have a WordML document and want to display it transformed using an XSLT 
&gt; document.
&gt; -  Without XSLT one opens a Word document efficiently directly in MS 
&gt; Explorer (by a double click). 
&gt; -  Wirth XSLT I as a WordML beginner cannot see yet the way how to adopt 
&gt; this concept of a Word session 
&gt; --  I want that the object (Word document) opens the tool session 
&gt; automattically. 
&gt; --  Presently I only know how to open the tool session with Word first, and 
&gt; to include the Word XML document by a command of the type 'File / Open / ...' 
&gt; afterwards.

Do you want to transform the WordML document to HTML? In which 
application do you want to display the transformation result?

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304389.html</link>
</item><item>
<title>Re: How to open a WordML document with an XSLT from MS Explorer? - 10/6/2009 1:16:00 PM</title>
<description><![CDATA[<pre>Studi1 wrote:

&gt; I am a WordML beginner and have a fundamental problem:  We open our Word 
&gt; documents from Explorer (double click) and would like to do so when we want 
&gt; to transform an WordML document with XSLT as well.
&gt; 
&gt; How can we do that?

I don't understand what you want to achieve. Do you have a WordML 
document and want to apply an XSLT transformation to that? Or do you 
want to create a WordML document as the result of an XSLT transformation?


-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304379.html</link>
</item><item>
<title>Re: Help sorting xml to xml - 10/6/2009 1:14:00 PM</title>
<description><![CDATA[<pre>derekmw wrote:

&gt; &lt;a&gt;
&gt; 	&lt;b&gt;
&gt; 		&lt;c type=&quot;period&quot;&gt;
&gt; 			&lt;key&gt;
&gt; 				&lt;d name=&quot;date&quot;&gt;2006-09-12 00:00:00.0&lt;/d&gt;
&gt; 			&lt;/key&gt;
&gt; 			...(many other elements, many which have nested elements 6-7 levels
&gt; deep)
&gt; 		&lt;/c&gt;
&gt; 		&lt;c type=&quot;period&quot;&gt;
&gt; 			&lt;key&gt;
&gt; 				&lt;d name=&quot;date&quot;&gt;2006-09-15 00:00:00.0&lt;/d&gt;
&gt; 			&lt;/key&gt;
&gt; 			...(many other elements, many which have nested elements 6-7 levels
&gt; deep)
&gt; 		&lt;/c&gt;
&gt; 	&lt;/b&gt;
&gt; &lt;/a&gt;
&gt; 
&gt; From what I read/understood, with xsl, you have to specify all the
&gt; fields you want to copy over to the new xml transformation?  If so,
&gt; that's just not an option as there are so many other elements within
&gt; the 'c' elements I want to sort by.
&gt; 
&gt; What I need to do is find a quick way to sort the 'c' elements by the
&gt; 'd' element value (date).  Any suggestions/direction would be
&gt; appreciated!

With XSLT 1.0 you can put xsl:sort elements as children of the 
xsl:for-each or xsl:apply-templates elements. What you do then is up to 
you thus if you want to sort and then make a deep copy that is certainly 
possible e.g.

   &lt;xsl:template match=&quot;b&quot;&gt;
    &lt;xsl:copy&gt;
     &lt;xsl:for-each select=&quot;c&quot;&gt;
       &lt;xsl:sort select=&quot;key/d[@name = 'date']&quot;/&gt;
       &lt;xsl:copy-of select=&quot;.&quot;/&gt;
     &lt;/xsl:for-each&gt;
    &lt;/xsl:copy&gt;
   &lt;/xsl:template&gt;

So the above is a template for 'b' elements that makes a shallow copy of 
the 'b' element and then processes the 'c' children, sorted by the text 
value of the &quot;key/d[@name = 'date']&quot; grandchild element and then simply 
makes a deep copy.


-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304378.html</link>
</item><item>
<title>Re: How to open a WordML document with an XSLT from MS Explorer? - 10/6/2009 6:50:00 AM</title>
<description><![CDATA[<pre>I want to display it in MS Word after tranformation. (In this case, 'to 
display' means to open a Word session ...).

&quot;Martin Honnen&quot; wrote:

&gt; Studi1 wrote:
&gt; &gt; I have a WordML document and want to display it transformed using an XSLT 
&gt; &gt; document.
&gt; &gt; -  Without XSLT one opens a Word document efficiently directly in MS 
&gt; &gt; Explorer (by a double click). 
&gt; &gt; -  Wirth XSLT I as a WordML beginner cannot see yet the way how to adopt 
&gt; &gt; this concept of a Word session 
&gt; &gt; --  I want that the object (Word document) opens the tool session 
&gt; &gt; automattically. 
&gt; &gt; --  Presently I only know how to open the tool session with Word first, and 
&gt; &gt; to include the Word XML document by a command of the type 'File / Open / ...' 
&gt; &gt; afterwards.
&gt; 
&gt; Do you want to transform the WordML document to HTML? In which 
&gt; application do you want to display the transformation result?
&gt; 
&gt; -- 
&gt; 
&gt; 	Martin Honnen --- MVP XML
&gt; 	http://msmvps.com/blogs/martin_honnen/
&gt;</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304390.html</link>
</item><item>
<title>Re: How to open a WordML document with an XSLT from MS Explorer? - 10/6/2009 4:37:00 AM</title>
<description><![CDATA[<pre>I have a WordML document and want to display it transformed using an XSLT 
document.
-  Without XSLT one opens a Word document efficiently directly in MS 
Explorer (by a double click). 
-  Wirth XSLT I as a WordML beginner cannot see yet the way how to adopt 
this concept of a Word session 
--  I want that the object (Word document) opens the tool session 
automattically. 
--  Presently I only know how to open the tool session with Word first, and 
to include the Word XML document by a command of the type 'File / Open / ...' 
afterwards.

&quot;Martin Honnen&quot; wrote:

&gt; Studi1 wrote:
&gt; 
&gt; &gt; I am a WordML beginner and have a fundamental problem:  We open our Word 
&gt; &gt; documents from Explorer (double click) and would like to do so when we want 
&gt; &gt; to transform an WordML document with XSLT as well.
&gt; &gt; 
&gt; &gt; How can we do that?
&gt; 
&gt; I don't understand what you want to achieve. Do you have a WordML 
&gt; document and want to apply an XSLT transformation to that? Or do you 
&gt; want to create a WordML document as the result of an XSLT transformation?
&gt; 
&gt; 
&gt; -- 
&gt; 
&gt; 	Martin Honnen --- MVP XML
&gt; 	http://msmvps.com/blogs/martin_honnen/
&gt;</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304380.html</link>
</item><item>
<title>How to open a WordML document with an XSLT from MS Explorer? - 10/6/2009 2:37:00 AM</title>
<description><![CDATA[<pre>Hello 
I am a WordML beginner and have a fundamental problem:  We open our Word 
documents from Explorer (double click) and would like to do so when we want 
to transform an WordML document with XSLT as well.

How can we do that?

Best regards - Studi1</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304371.html</link>
</item><item>
<title>Help sorting xml to xml - 10/5/2009 4:00:00 PM</title>
<description><![CDATA[<pre>Hi all,

I've been stuck on this issue for a while.  I need to sort elements in
an xml file but have been unable to.  First of all, I'm new to xsl.
But here is the general layout of my xml:

&lt;a&gt;
	&lt;b&gt;
		&lt;c type=&quot;period&quot;&gt;
			&lt;key&gt;
				&lt;d name=&quot;date&quot;&gt;2006-09-12 00:00:00.0&lt;/d&gt;
			&lt;/key&gt;
			...(many other elements, many which have nested elements 6-7 levels
deep)
		&lt;/c&gt;
		&lt;c type=&quot;period&quot;&gt;
			&lt;key&gt;
				&lt;d name=&quot;date&quot;&gt;2006-09-15 00:00:00.0&lt;/d&gt;
			&lt;/key&gt;
			...(many other elements, many which have nested elements 6-7 levels
deep)
		&lt;/c&gt;
	&lt;/b&gt;
&lt;/a&gt;

From what I read/understood, with xsl, you have to specify all the
fields you want to copy over to the new xml transformation?  If so,
that's just not an option as there are so many other elements within
the 'c' elements I want to sort by.

What I need to do is find a quick way to sort the 'c' elements by the
'd' element value (date).  Any suggestions/direction would be
appreciated!

Thanks.</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200910/msg1000304344.html</link>
</item><item>
<title>[ANN] XMLmind XML Editor 4.5 - 9/25/2009 10:03:00 AM</title>
<description><![CDATA[<pre>XMLmind is happy to announce the version 4.5 of XMLmind XML Editor.
    _____________________________________________

XMLmind XML Editor Personal Edition 4.5 can be downloaded from
http://www.xmlmind.com/xmleditor/download.shtml

Professional Edition users, please upgrade using this form:
http://www.xmlmind.com/store/download.php

(The above form is usually accessed through
http://www.xmlmind.com/xmleditor/upgrade.html.)
    _____________________________________________

v4.5 (September 24, 2009): DITA support is now
bundled in XMLmind XML Editor. This support has
been greatly enhanced. It is now as comprehensive
as DocBook support in XMLmind XML Editor. Most of
the enhancements come from XMLmind DITA Converter.

   XMLmind DITA Converter (ditac for short)
   allows to convert the most complex DITA 1.1
   documents to production-quality XHTML 1.0, XHTML
   1.1, HTML 4.1, Java[tm] Help, HTML Help, PDF,
   PostScript[r], RTF (can be opened in Word 2000+),
   WordprocessingML (can be opened in Word 2003+),
   Office Open XML (.docx, can be opened in Word
   2007+), OpenOffice (.odt, can be opened in
   OpenOffice.org 2+).

   XMLmind DITA Converter is free, open source,
   software licensed under the very liberal terms
   of the Mozilla Public License version 1.1.

   More information in http://www.xmlmind.com/ditac/
    _____________________________________________

More information in
http://www.xmlmind.com/xmleditor/changes.html

--
XMLmind XML Editor Information List
xmleditor-announce@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-announce</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200909/msg1000303588.html</link>
</item><item>
<title>[ANN] First release of XMLmind DITA Converter - 9/24/2009 9:25:00 AM</title>
<description><![CDATA[<pre>XMLmind is happy to announce the first release of
XMLmind DITA Converter.

XMLmind DITA Converter, which is open source software,
can be freely downloaded from:

http://www.xmlmind.com/ditac/download.shtml
________________________________________________

XMLmind DITA Converter v1.0 (September 23, 2009)

XMLmind DITA Converter (ditac for short) allows to
convert the most complex DITA 1.1 documents to
production-quality XHTML 1.0, XHTML 1.1, HTML 4.1,
Java[tm] Help, HTML Help, PDF, PostScript[r], RTF (can
be opened in Word 2000+), WordprocessingML (can be
opened in Word 2003+), Office Open XML (.docx, can
be opened in Word 2007+), OpenOffice (.odt, can be
opened in OpenOffice.org 2+).

XMLmind DITA Converter has been developed in order
to be integrated in the following XMLmind
commercial products:
   * XMLmind XML Editor,
   * XMLmind XSL-FO Converter.

As such, XMLmind DITA Converter is professionally
developed software, well tested, well documented
and well supported.

XMLmind DITA Converter is free, open source,
software licensed under the very liberal terms of
the Mozilla Public License version 1.1.

All this makes XMLmind DITA Converter a very
serious alternative to using the DITA Open
Toolkit.

More information in http://www.xmlmind.com/ditac/.


_______________________________________________
ditac-support mailing list
ditac-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/ditac-support</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200909/msg1000303513.html</link>
</item><item>
<title>Re: distinct-values work-around for Xpath 1.0 - 9/22/2009 1:10:00 PM</title>
<description><![CDATA[<pre>Barnum wrote:
&gt; Hmmm.... I've been thinking about the fact that I need to use the
&gt; predicate also in the preceding-sibling clause.
&gt; This must mean that my first select: &lt;xsl:variable name=&quot;fie&quot;
&gt; select=&quot;$in/foo[@name='1']&quot; /&gt;
&gt; gives a node set where the nodes still have the original sibling
&gt; information.
&gt; 
&gt; So, a select only gives a selection from a node set, and the original
&gt; node set information is still there?

I am not sure I understand what you are asking but XPath operates on a 
tree model and any node selection selects nodes in that tree where the 
tree remains intact meaning any parent/child/sibling/ancestor 
relationships continue to exist.

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200909/msg1000303392.html</link>
</item><item>
<title>Re: distinct-values work-around for Xpath 1.0 - 9/22/2009 4:29:00 AM</title>
<description><![CDATA[<pre>On 22 Sep, 13:09, Martin Honnen &lt;mahotr...@yahoo.de&gt; wrote:
&gt; Barnum wrote:
&gt; &gt; Hmmm.... I've been thinking about the fact that I need to use the
&gt; &gt; predicate also in the preceding-sibling clause.
&gt; &gt; This must mean that my first select: &lt;xsl:variable name=3D&quot;fie&quot;
&gt; &gt; select=3D&quot;$in/foo[@name=3D'1']&quot; /&gt;
&gt; &gt; gives a node set where the nodes still have the original sibling
&gt; &gt; information.
&gt;
&gt; &gt; So, a select only gives a selection from a node set, and the original
&gt; &gt; node set information is still there?
&gt;
&gt; I am not sure I understand what you are asking but XPath operates on a
&gt; tree model and any node selection selects nodes in that tree where the
&gt; tree remains intact meaning any parent/child/sibling/ancestor
&gt; relationships continue to exist.
&gt;
&gt; --
&gt;
&gt; =A0 =A0 =A0 =A0 Martin Honnen --- MVP XML
&gt; =A0 =A0 =A0 =A0http://msmvps.com/blogs/martin_honnen/

That was exactly what I meant: &quot;any parent/child/sibling/ancestor
relationships continue to exist.&quot;
Thanks!</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200909/msg1000303393.html</link>
</item><item>
<title>Re: distinct-values work-around for Xpath 1.0 - 9/22/2009 3:57:00 AM</title>
<description><![CDATA[<pre>Hmmm.... I've been thinking about the fact that I need to use the
predicate also in the preceding-sibling clause.
This must mean that my first select: &lt;xsl:variable name=&quot;fie&quot;
select=&quot;$in/foo[@name='1']&quot; /&gt;
gives a node set where the nodes still have the original sibling
information.

So, a select only gives a selection from a node set, and the original
node set information is still there?

Thanks for any insight.</pre>]]></description>
<link>http://www.altova.com/list/microsoft.public.xsl/200909/msg1000303388.html</link>
</item>

</channel>
</rss>
