View Full Version : Why I don't see all comments from DOCUMENT.XML in XSLT output?
senglory
10-15-2009, 03:52 AM
In attached file I use docxhtml.xsl to produce output. But I don't se in the output COMM22222222222222222 and !!!!!!!!!!!!!!!!!!!!!!!! comments. What should I change in my XSLT?
oesxyl
10-15-2009, 04:27 AM
In attached file I use docxhtml.xsl to produce output. But I don't se in the output COMM22222222222222222 and !!!!!!!!!!!!!!!!!!!!!!!! comments. What should I change in my XSLT?
post files content please.
best regards
senglory
10-15-2009, 08:42 AM
XSLT:
================================
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:WX="http://schemas.microsoft.com/office/word/2003/auxHint"
xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:rs="http://schemas.openxmlformats.org/package/2006/relationships"
version="1.0">
<xsl:output method="html" encoding="utf-8" omit-xml-declaration="yes" indent="yes"/>
<xsl:param name="relsDoc"/>
<xsl:param name="AddPath"/>
<xsl:variable name="prsRDefault">
<xsl:variable name="innerDefault">
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$defaultFontSz"/>
</xsl:variable>
<xsl:for-each select="/w:document[1]/w:styles[1]/w:docDefaults/w:rPrDefault">
<xsl:call-template name="PrsUpdateRPrCore">
<xsl:with-param name="prsR" select="$innerDefault"/>
</xsl:call-template>
</xsl:for-each>
</xsl:variable>
<xsl:template match="w:t">
<xsl:value-of select="."/>
</xsl:template>
<xsl:template match="w:sym">
<span><xsl:attribute name="style">font-family:<xsl:value-of select="@w:font"/></xsl:attribute>
<xsl:choose>
<xsl:when test="starts-with(@w:char, 'F0')">
<xsl:text disable-output-escaping="yes">&</xsl:text>#x<xsl:value-of select="substring-after(@w:char, 'F0')"/><xsl:text>;</xsl:text>
</xsl:when>
<xsl:when test="starts-with(@w:char, 'f0')">
<xsl:text disable-output-escaping="yes">&</xsl:text>#x<xsl:value-of select="substring-after(@w:char, 'f0')"/><xsl:text>;</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text disable-output-escaping="yes">&</xsl:text>#x<xsl:value-of select="@w:char"/><xsl:text>;</xsl:text>
</xsl:otherwise>
</xsl:choose></span>
</xsl:template>
<xsl:template match="w:body">
<xsl:attribute name="style">
<xsl:variable name="divBody" select="/w:document/w:divs/w:div[w:bodyDiv/@w:val='on']"/>
<xsl:variable name="dxaBodyLeft">
<xsl:value-of select="$divBody/w:marLeft/@w:val"/>
</xsl:variable>
<xsl:variable name="dxaBodyRight">
<xsl:value-of select="$divBody/w:marRight/@w:val"/>
</xsl:variable>
<xsl:if test="not($dxaBodyLeft='' or $dxaBodyLeft=0)">
<xsl:text>margin-left:</xsl:text><xsl:value-of select="$dxaBodyLeft div 20"/><xsl:text>pt;</xsl:text>
</xsl:if>
<xsl:if test="not($dxaBodyRight='' or $dxaBodyRight=0)">
<xsl:text>margin-right:</xsl:text><xsl:value-of select="$dxaBodyRight div 20"/><xsl:text>pt;</xsl:text>
</xsl:if>
</xsl:attribute>
<xsl:apply-templates select="*"/>
</xsl:template>
<xsl:template match="w:*"/>
<xsl:template match="/w:document">
<html>
<head>
</head>
<body>
<xsl:apply-templates select="w:body|w:cfChunk"/>
</body>
</html>
</xsl:template>
<xsl:template match="comment()">
<xsl:comment><xsl:value-of select="."/></xsl:comment>
</xsl:template>
</xsl:stylesheet>
===============================
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- COMM11111111111111111 -->
<w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml">
<!-- COMM22222222222222222 -->
<w:body><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr>
<!-- !!!!!!!!!!!!!!!!!-->
<w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii="Courier New" w:hAnsi="Courier New" w:cs="Courier New"/><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr><w:tab/></w:r></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRPr="00E232D7" w:rsidRDefault="000E17AA" w:rsidP="00E232D7"><w:pPr><w:jc w:val="center"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial"/><w:b/><w:bCs/><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRPr="00E232D7" w:rsidRDefault="000E17AA" w:rsidP="00E232D7"><w:pPr><w:jc w:val="center"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:b/><w:bCs/></w:rPr></w:pPr><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:b/><w:bCs/></w:rPr><w:t>AFFIDAVIT</w:t></w:r></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr></w:p><w:p w:rsidR="00E232D7" w:rsidRDefault="00E232D7"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:sz w:val="18"/><w:szCs w:val="18"/></w:rPr></w:pPr></w:p><w:p w:rsidR="00E232D7" w:rsidRDefault="00B45904"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:noProof/></w:rPr><w:drawing><wp:inline distT="0" distB="0" distL="0" distR="0"><wp:extent cx="762000" cy="571500"/><wp:effectExtent l="19050" t="0" r="0" b="0"/><wp:docPr id="1" name="Picture 1" descr="C:\Documents and Settings\senglory\My Documents\My Pictures\dasboot.jpg"/><wp:cNvGraphicFramePr><a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" noChangeAspect="1"/></wp:cNvGraphicFramePr><a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"><a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:nvPicPr><pic:cNvPr id="0" name="Picture 1" descr="C:\Documents and Settings\senglory\My Documents\My Pictures\dasboot.jpg"/><pic:cNvPicPr><a:picLocks noChangeAspect="1" noChangeArrowheads="1"/></pic:cNvPicPr></pic:nvPicPr><pic:blipFill><a:blip r:embed="rId4" cstate="print"/><a:srcRect/><a:stretch><a:fillRect/></a:stretch></pic:blipFill><pic:spPr bwMode="auto"><a:xfrm><a:off x="0" y="0"/><a:ext cx="762000" cy="571500"/></a:xfrm><a:prstGeom prst="rect"><a:avLst/></a:prstGeom><a:noFill/><a:ln w="9525"><a:noFill/><a:miter lim="800000"/><a:headEnd/><a:tailEnd/></a:ln></pic:spPr></pic:pic></a:graphicData></a:graphic></wp:inline></w:drawing></w:r></w:p><w:p w:rsidR="00B45904" w:rsidRPr="00E232D7" w:rsidRDefault="00B45904"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRPr="00E232D7" w:rsidRDefault="000E17AA"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr><w:t xml:space="preserve">I, </w:t></w:r><w:r w:rsidR="00C95D58"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr><w:t xml:space="preserve">Vadim OOOOOOO, </w:t></w:r><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:bCs/></w:rPr><w:t xml:space="preserve">do hereby </w:t></w:r><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr><w:t>solemnly state and affirm as hereunder:</w:t></w:r></w:p><w:sectPr w:rsidR="000E17AA" w:rsidRPr="00E232D7"><w:type w:val="continuous"/><w:pgSz w:w="12240" w:h="15840"/><w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="1440" w:footer="720" w:gutter="0"/><w:cols w:space="720"/><w:noEndnote/></w:sectPr></w:body></w:document>
oesxyl
10-15-2009, 08:57 PM
XSLT:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:WX="http://schemas.microsoft.com/office/word/2003/auxHint"
xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:rs="http://schemas.openxmlformats.org/package/2006/relationships"
version="1.0">
<xsl:output method="html" encoding="utf-8" omit-xml-declaration="yes" indent="yes"/>
<xsl:param name="relsDoc"/>
<xsl:param name="AddPath"/>
do you pass someway this two paramaters to the stylesheet?
<xsl:variable name="prsRDefault">
<xsl:variable name="innerDefault">
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
<xsl:value-of select="$na"/>
why do you call xsl:value-of with same value $na?
<xsl:value-of select="$defaultFontSz"/>
both $na and $defaultFontSz are undefined
</xsl:variable>
xsl:for-each outside of any template?
<xsl:for-each select="/w:document[1]/w:styles[1]/w:docDefaults/w:rPrDefault">
<xsl:call-template name="PrsUpdateRPrCore">
<xsl:with-param name="prsR" select="$innerDefault"/>
</xsl:call-template>
</xsl:for-each>
</xsl:variable>
<xsl:template match="w:t">
<xsl:value-of select="."/>
</xsl:template>
<xsl:template match="w:sym">
<span><xsl:attribute name="style">font-family:<xsl:value-of select="@w:font"/></xsl:attribute>
<xsl:choose>
<xsl:when test="starts-with(@w:char, 'F0')">
<xsl:text disable-output-escaping="yes">&</xsl:text>#x<xsl:value-of select="substring-after(@w:char, 'F0')"/><xsl:text>;</xsl:text>
</xsl:when>
<xsl:when test="starts-with(@w:char, 'f0')">
<xsl:text disable-output-escaping="yes">&</xsl:text>#x<xsl:value-of select="substring-after(@w:char, 'f0')"/><xsl:text>;</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text disable-output-escaping="yes">&</xsl:text>#x<xsl:value-of select="@w:char"/><xsl:text>;</xsl:text>
</xsl:otherwise>
</xsl:choose></span>
</xsl:template>
<xsl:template match="w:body">
<xsl:attribute name="style">
<xsl:variable name="divBody" select="/w:document/w:divs/w:div[w:bodyDiv/@w:val='on']"/>
<xsl:variable name="dxaBodyLeft">
<xsl:value-of select="$divBody/w:marLeft/@w:val"/>
</xsl:variable>
<xsl:variable name="dxaBodyRight">
<xsl:value-of select="$divBody/w:marRight/@w:val"/>
</xsl:variable>
<xsl:if test="not($dxaBodyLeft='' or $dxaBodyLeft=0)">
<xsl:text>margin-left:</xsl:text><xsl:value-of select="$dxaBodyLeft div 20"/><xsl:text>pt;</xsl:text>
</xsl:if>
<xsl:if test="not($dxaBodyRight='' or $dxaBodyRight=0)">
<xsl:text>margin-right:</xsl:text><xsl:value-of select="$dxaBodyRight div 20"/><xsl:text>pt;</xsl:text>
</xsl:if>
</xsl:attribute>
<xsl:apply-templates select="*"/>
</xsl:template>
<xsl:template match="w:*"/>
<xsl:template match="/w:document">
<html>
<head>
</head>
<body>
<xsl:apply-templates select="w:body|w:cfChunk"/>
</body>
</html>
</xsl:template>
<xsl:template match="comment()">
<xsl:comment><xsl:value-of select="."/></xsl:comment>
</xsl:template>
</xsl:stylesheet>
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- COMM11111111111111111 -->
<w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml">
<!-- COMM22222222222222222 -->
<w:body><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr>
<!-- !!!!!!!!!!!!!!!!!-->
<w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii="Courier New" w:hAnsi="Courier New" w:cs="Courier New"/><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr><w:tab/></w:r></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRPr="00E232D7" w:rsidRDefault="000E17AA" w:rsidP="00E232D7"><w:pPr><w:jc w:val="center"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial"/><w:b/><w:bCs/><w:sz w:val="14"/><w:szCs w:val="14"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRPr="00E232D7" w:rsidRDefault="000E17AA" w:rsidP="00E232D7"><w:pPr><w:jc w:val="center"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:b/><w:bCs/></w:rPr></w:pPr><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:b/><w:bCs/></w:rPr><w:t>AFFIDAVIT</w:t></w:r></w:p><w:p w:rsidR="000E17AA" w:rsidRDefault="000E17AA"><w:pPr><w:tabs><w:tab w:val="left" w:pos="8186"/></w:tabs><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr></w:p><w:p w:rsidR="00E232D7" w:rsidRDefault="00E232D7"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:sz w:val="18"/><w:szCs w:val="18"/></w:rPr></w:pPr></w:p><w:p w:rsidR="00E232D7" w:rsidRDefault="00B45904"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:noProof/></w:rPr><w:drawing><wp:inline distT="0" distB="0" distL="0" distR="0"><wp:extent cx="762000" cy="571500"/><wp:effectExtent l="19050" t="0" r="0" b="0"/><wp:docPr id="1" name="Picture 1" descr="C:\Documents and Settings\senglory\My Documents\My Pictures\dasboot.jpg"/><wp:cNvGraphicFramePr><a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" noChangeAspect="1"/></wp:cNvGraphicFramePr><a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"><a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:nvPicPr><pic:cNvPr id="0" name="Picture 1" descr="C:\Documents and Settings\senglory\My Documents\My Pictures\dasboot.jpg"/><pic:cNvPicPr><a:picLocks noChangeAspect="1" noChangeArrowheads="1"/></pic:cNvPicPr></pic:nvPicPr><pic:blipFill><a:blip r:embed="rId4" cstate="print"/><a:srcRect/><a:stretch><a:fillRect/></a:stretch></pic:blipFill><pic:spPr bwMode="auto"><a:xfrm><a:off x="0" y="0"/><a:ext cx="762000" cy="571500"/></a:xfrm><a:prstGeom prst="rect"><a:avLst/></a:prstGeom><a:noFill/><a:ln w="9525"><a:noFill/><a:miter lim="800000"/><a:headEnd/><a:tailEnd/></a:ln></pic:spPr></pic:pic></a:graphicData></a:graphic></wp:inline></w:drawing></w:r></w:p><w:p w:rsidR="00B45904" w:rsidRPr="00E232D7" w:rsidRDefault="00B45904"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr></w:p><w:p w:rsidR="000E17AA" w:rsidRPr="00E232D7" w:rsidRDefault="000E17AA"><w:pPr><w:pStyle w:val="p4"/><w:ind w:left="425"/><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr></w:pPr><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr><w:t xml:space="preserve">I, </w:t></w:r><w:r w:rsidR="00C95D58"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr><w:t xml:space="preserve">Vadim OOOOOOO, </w:t></w:r><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/><w:bCs/></w:rPr><w:t xml:space="preserve">do hereby </w:t></w:r><w:r w:rsidRPr="00E232D7"><w:rPr><w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/></w:rPr><w:t>solemnly state and affirm as hereunder:</w:t></w:r></w:p><w:sectPr w:rsidR="000E17AA" w:rsidRPr="00E232D7"><w:type w:val="continuous"/><w:pgSz w:w="12240" w:h="15840"/><w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="1440" w:footer="720" w:gutter="0"/><w:cols w:space="720"/><w:noEndnote/></w:sectPr></w:body></w:document>
I really don't know how I can help you, else then to suggest you to start reading some tutorials. If you take it step by step and have some specific question I will be glad to answer( if I know the answer), :)
best regards
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.