<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум компьютерной помощи &mdash; XML]]></title>
		<link>http://itpmr.ru/viewtopic.php?id=814</link>
		<atom:link href="https://itpmr.ru/extern.php?action=feed&amp;tid=814&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «XML».]]></description>
		<lastBuildDate>Wed, 14 May 2014 11:05:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124170#p124170</link>
			<description><![CDATA[<p>Есть в XML:</p><p>&lt;item name=&quot;СОДЕРЖАНИЕ&quot; sign=&quot;true&quot; seal=&quot;true&quot;&gt;<br />&lt;richtext&gt;<br />&lt;par&gt;<br />&lt;attachmentref name=&quot;4-06.05.2014-0127118666.xml&quot; displayname=&quot;4-06.05.2014-0127118666.xml&quot; caption=&quot; - 4-06.05.2014-0127118666.xml&quot;&gt;</p><p>Хочу с помощью XSL:</p><p>&lt;xsl:if test=&quot;@name=&#039;СОДЕРЖАНИЕ&#039;&quot;&gt;<br />&lt;attachmentrefname&gt;<br />&lt;xsl:value-of select=&quot;ldn:richtext/ldn:par/ldn:attachmentreft/@name&quot; /&gt;<br />&lt;/attachmentrefname&gt;<br />&lt;/xsl:if&gt;<br />Получить значение в узле name.</p><p>На выходе только:<br />&lt;attachmentrefname/&gt;</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 14 May 2014 11:05:00 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124170#p124170</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124167#p124167</link>
			<description><![CDATA[<p>Вариант XSL парсинга лотусового XML</p><br /><p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />&lt;xsl:stylesheet xmlns:xsl=&quot;http://_.w3.org/1999/XSL/Transform&quot; <br />&nbsp; &nbsp; &nbsp; exclude-result-prefixes=&quot;ldn&quot;<br />&nbsp; &nbsp; &nbsp; version=&quot;1.0&quot;<br />&nbsp; &nbsp; &nbsp; xmlns:ldn=&quot;http://_.lotus.com/dxl&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;xsl:namespace-alias stylesheet-prefix=&quot;xsl&quot; result-prefix=&quot;xsl&quot;/&gt;<br />&nbsp; &nbsp; &lt;xsl:output method=&quot;xml&quot; version=&quot;1.0&quot; omit-xml-declaration=&quot;no&quot; indent=&quot;yes&quot;/&gt;</p><p>&nbsp; &nbsp; &lt;xsl:template match=&quot;ldn:document&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- создание рутового элемента&nbsp; --&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;konteyner&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:apply-templates select=&quot;ldn:item&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/konteyner&gt;<br />&nbsp; &nbsp; &lt;/xsl:template&gt;</p><br /><p>&nbsp; &nbsp; &lt;xsl:template match=&quot;ldn:item&quot;&gt;<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:if test=&quot;@name=&#039;ЗАГОЛОВОК&#039;&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;Header&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;xsl:element name=&quot;{@name}&quot;&gt;&lt;xsl:value-of select=&quot;.&quot; /&gt;&lt;/xsl:element&gt;--&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:apply-templates select=&quot;ldn:text&quot; /&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Header&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/xsl:if&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:if test=&quot;@name=&#039;РЕГИСТРАЦИОННЫЙ_НОМЕР&#039;&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;RegNumber&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &lt;xsl:apply-templates select=&quot;ldn:text&quot;/&gt;<br />&nbsp; &nbsp;&lt;/RegNumber&gt;&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/xsl:if&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:if test=&quot;@name=&#039;ДАТА_РЕГИСТРАЦИИ&#039;&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DataReg&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;xsl:apply-templates select=&quot;ldn:datetime&quot;/&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &lt;/DataReg&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/xsl:if&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; <br /> &nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:if test=&quot;@name=&#039;ПРИЛОЖЕНИЯ_&#039;&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Applicat&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;xsl:value-of select=&quot;ldn:notesbitmap&quot; /&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&lt;/Applicat&gt;</p><p>&lt;Word&gt;<br />&lt;xsl:value-of select=&quot;ldn:attachmentref&quot; /&gt;<br />&lt;/Word&gt;</p><p>&lt;/xsl:if&gt;</p><br /><p>&nbsp; &nbsp; &nbsp;&lt;xsl:if test=&quot;@name=&#039;$FILE&#039;&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &lt;Filedatetimecreated&gt;&lt;xsl:apply-templates select=&quot;ldn:object/ldn:file/ldn:created/ldn:datetime&quot;/&gt;&lt;/Filedatetimecreated&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;FileNode&gt;&lt;xsl:apply-templates select=&quot;ldn:object/ldn:file/ldn:filedata&quot;/&gt;&lt;/FileNode&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/xsl:if&gt;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &lt;/xsl:template&gt;</p><br /><p>&lt;/xsl:stylesheet&gt;</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Tue, 13 May 2014 13:02:41 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124167#p124167</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124166#p124166</link>
			<description><![CDATA[]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Mon, 12 May 2014 11:07:58 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124166#p124166</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124036#p124036</link>
			<description><![CDATA[]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Thu, 28 Nov 2013 08:16:09 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124036#p124036</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124027#p124027</link>
			<description><![CDATA[<p>Выводы:<br />XML используется повсеместно<br /> Microsoft Office 2010 очень тесно связан с<br />XML<br /> XML можно легко подключить к различным офисным приложениям<br /> Microsoft Office InfoPath 2010 – XML приложение для сбора и обработки бизнес-информации<br /> Формы InfoPath быстро создаются практически без программрования</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 08:14:45 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124027#p124027</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124026#p124026</link>
			<description><![CDATA[]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 08:14:27 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124026#p124026</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124025#p124025</link>
			<description><![CDATA[<p>Интеграция XML данных:<br /> Использование XML<br /> XLink, XPointer, XQuery<br />w3.org/Consortium/siteindex.html<br /> RSS<br />web.resource.org/rss/1.0/spec<br /> FB2<br />gribuser.ru/xml/fictionbook/index.html<br /> WSDL, SOAP, XML-RPC<br />w3.org/2002/ws/<br /> MathML<br />w3.org/Math/<br /> SVG<br />w3.org/Graphics/SVG/</p><p> Манипуляция XML данными в Microsoft Office 2010<br /> Интеграция данных с Microsoft Office Excel 2010<br /> Интеграция с Microsoft Office Access 2010<br /> Интеграция с Microsoft Office Word 2010<br /> Использование Microsoft Office InfoPath 2010<br />Быстро создаются (практически без программирования)<br /> Могут повторно использоваться (формат данных – XML)<br /> Легко собираются в едином месте хранения (библиотеки форм InfoPath)<br /> Для работы может не требоваться само приложение InfoPath (!) – Forms Server<br /> Легко интегрируются в существующие бизнес-процессы</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:47:07 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124025#p124025</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124024#p124024</link>
			<description><![CDATA[]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:45:55 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124024#p124024</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124023#p124023</link>
			<description><![CDATA[<p>Выводы:<br />Пространства имен должны быть явно указаны<br /> Ключи и выборка узлов по ключу – очень эффективное средство выборки данных<br /> Управление выводом документа позволяет формировать различные выходные данные<br /> Использование нескольких входных документов расширяет возможности преобразования</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:40:50 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124023#p124023</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124022#p124022</link>
			<description><![CDATA[]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:40:22 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124022#p124022</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124021#p124021</link>
			<description><![CDATA[<p>Использование нескольких входных документов:<br />include()<br /> import()<br /> document()<br />&lt;xsl:copy-of<br />select=&quot;document(&#039;my.html&#039;)/html/body/h1&quot;/&gt;</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:39:53 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124021#p124021</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124020#p124020</link>
			<description><![CDATA[<p>Лабораторная работа 6.2<br />XSLT преобразование в различные форматы<br />Упражнение 1: XSLT преобразование в HTML для вывода списка курсов<br />• Откройте с помощью Notepad++ файл lab-6-1.xml и сохраните его с именем lab-6-<br />2.xml<br />• Создайте новый файл lab-6-2-html.xsl<br />• Установите кодировку документа UTF-8<br />• Создайте корневой шаблон преобразования<br />• Создайте шаблон для одного курса<br />• Сформируйте вывод в формат HTML 4<br />• Проверьте свою работу<br />Упражнение 2: XSLT преобразование для вывода списка курсов в текстовый<br />файл<br />• Пересохраните файл lab-6-2-html.xsl с именем lab-6-2-txt.xsl<br />• Выведите список курсов в текстовый файл, используя утилиту командной строки<br />msxsl.exe<br />(Эту утилиту можно бесплатно загрузить по адресу<br />microsoft.com/Downloads/details.aspx?FamilyID=2fb55371-c94e-4373-b0e9-<br />db4816552e41&amp;displaylang=en или просто набрать в поисковой системе Google запрос: &quot;msxsl<br />download&quot; )<br />Упражнение 3: XSLT преобразование в XML для вывода списка курсов<br />• Пересохраните файл lab-6-2-html.xsl с именем lab-6-2-xml.xsl<br />• Напишите XSLT преобразование для вывода списка курсов в XML документ<br />следующего вида:<br />&lt;lab62Result&gt;<br />&lt;course id=&quot;XML&quot; teacher=&quot;Борисов И.О.&quot; /&gt;<br />...<br />&lt;/lab62Result&gt;<br />• Для тестирования используйте утилиту командной строки msxsl.exe или расширение<br />Notepad++ XML Tools<br />• Если остается время — допишите вывод атрибута keywords в элемент course, так<br />чтобы в нем оказался список ключевых слов разделенный запятыми.</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:38:34 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124020#p124020</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124019#p124019</link>
			<description><![CDATA[<p>Формирование различных выходных файлов<br />&lt;xsl:output method=&quot;text&quot; encoding=&quot;utf-8&quot; /&gt;<br />&lt;xsl:output method=&quot;html&quot;<br />doctype-public=&quot;-//W3C//DTD HTML 4.01//EN&quot;<br />doctype-system=&quot;http://_.w3.org/TR/html4/<br />strict.dtd&quot;<br />&lt;xsl:output method=&quot;xml&quot;<br />doctype-public=&quot;-//W3C//DTD XHTML 1.0<br />Transitional//EN&quot;<br />doctype-system=&quot;http://_.w3.org/1999/xhtml&quot;<br />indent=&quot;yes&quot;/&gt;</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:38:27 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124019#p124019</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124018#p124018</link>
			<description><![CDATA[<p> Управление выводом документа<br />&lt;xsl:output<br />method=&quot;xml|html|text|name&quot;<br />version=&quot;string&quot;<br />encoding=&quot;string&quot;<br />omit-xml-declaration=&quot;yes|no&quot;<br />standalone=&quot;yes|no&quot;<br />doctype-public=&quot;string&quot;<br />doctype-system=&quot;string&quot;<br />cdata-section-elements=&quot;namelist&quot;<br />indent=&quot;yes|no&quot;<br />media-type=&quot;string&quot;/&gt;</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:37:54 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124018#p124018</guid>
		</item>
		<item>
			<title><![CDATA[Re: XML]]></title>
			<link>http://itpmr.ru/viewtopic.php?pid=124017#p124017</link>
			<description><![CDATA[<p>Упражнение 3: XSLT преобразование в HTML для вывода списка курсов<br />• Создайте корневой шаблон преобразования<br />• Создайте шаблон для одного курса<br />• Создайте ключ для выбора курсов по преподавателю<br />• Создайте ключ для выбора курсов по ключевому слову<br />• Выведите все курсы, которые читает преподаватель Никитин И.Г.<br />(Подсказка: Сначала используем нужный ключ, а потом от результата выборки прыгаем на два этажа выше и получаем курс )<br />• Выведите все курсы, в которых рассматривается тема XML<br />(Подсказка: Смотрите подсказку для предыдущего задания )<br />• Выведите все курсы, которые читает преподаватель Шуйков С.Ю., и в которых есть тема XSLT. Вам захочется сделать<br />ключ и по ключевым словам, и по преподавателям. Но такой ключ сделать нельзя. Что делать? Подумайте.<br />(Подсказка: Можно сначала сделать выборку по ключу, а уже результат этой выборки отфильтровать предикатом )<br />• Сохраните свою работу</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 20 Nov 2013 07:37:22 +0000</pubDate>
			<guid>http://itpmr.ru/viewtopic.php?pid=124017#p124017</guid>
		</item>
	</channel>
</rss>
