solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_2 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 9 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_3 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 10 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_4 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 11 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_5 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 12 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_6 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 13 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_7 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 14 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_8 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 15 border-after-style= solid border-end-style= solid gt;
lt; fo: block text-align= center gt;
lt; xsl: value-of select= @ KOL-VO_9 / gt;
lt;/fo: block gt;
lt;/fo: table-cell gt;
lt; fo: table-cell column-number= 16 border-after-style= solid border-end-style= solid gt;
lt; fo: block gt;
lt; xsl: value-of select= @ PRIMECHANIE / gt;
lt;/fo: block gt;
lt; fo: block-container line-height= 3.82mm position= absolute gt;
lt; fo: block font-size= 10pt gt;
lt; xsl: value-of select= @ PRIMECHANIE_1 / gt;
lt;/fo: block gt;
lt;/fo: block-container gt;
lt; fo: block-container top= 3.82mm line-height= 3.82mm position= absolute gt;
lt; fo: block font-size= 10pt gt;
lt; xsl: value-of select= @ PRIMECHANIE_2 / gt;
lt;/fo: block gt;
lt;/fo: block-container gt;
lt;/fo: table-cell gt;
lt;/fo: table-row gt;
lt;/fo: table-body gt;
lt;/fo: table gt;
lt;/xsl: template gt;
lt;/xsl: stylesheet gt;
Додаток B
КОД ФУНКЦІЙ, перетворюючої XML У XMLCXMLСonverterDlg :: Converting_XML_in_XML (wchar_t * sDir, wchar_t * sPartDir)
{
//---------------------------------------------------------------------
//sDir - містить повний шлях до xml-файлу
//sPartDir - містить ім'я xml-файла без розширення
//--------------------------------------------------------------------- (TRUE); hFile=CreateFile (sDir, GENERIC_READ, 0,0, OPEN_EXISTING, 0,0 ); (hFile == INVALID_HANDLE_VALUE) return true; fileSize=GetFileSize (hFile, 0);
//Виділяємо пам'ять для проектування туди вмісту файлу * fileBuffer=new char [fileSize];
//Число реально прочитаних байтbytesRead; bReadWriteError=ReadFile (hFile, fileBuffer, fileSiz...