<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; JScript: XML-"болванка"]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5958&amp;type=atom" />
	<updated>2011-06-29T10:36:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5958</id>
		<entry>
			<title type="html"><![CDATA[Re: JScript: XML-"болванка"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49529#p49529" />
			<content type="html"><![CDATA[<p>Ну наконец то. Спасибо. Поклон вам.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2011-06-29T10:36:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49529#p49529</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JScript: XML-"болванка"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49526#p49526" />
			<content type="html"><![CDATA[<p>А так не подходит ? (прошу прощения что на VBS. На JS могу накосячить.)<br /></p><div class="codebox"><pre><code>
Set DOMDocument = CreateObject(&quot;MSXML2.DOMDocument&quot;)
DOMDocument.LoadXml &quot;&lt;?xml-stylesheet type=&quot;&quot;text/xsl&quot;&quot; encoding=&quot;&quot;UTF-8&quot;&quot; href=&quot;&quot;config.xsl&quot;&quot;?&gt;&lt;data&gt;&lt;/data&gt;&quot;
MsgBox DOMDocument.xml</code></pre></div><p>Или я что то не учитываю ?</p>]]></content>
			<author>
				<name><![CDATA[Xameleon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=8836</uri>
			</author>
			<updated>2011-06-29T10:19:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49526#p49526</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[JScript: XML-"болванка"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49519#p49519" />
			<content type="html"><![CDATA[<p>Бодрого дня.</p><p>Помогите создать валидный XML с заголовком:<br /></p><div class="codebox"><pre><code>&lt;?xml-stylesheet type=&quot;text/xsl&quot; encoding=&quot;UTF-8&quot; href=&quot;config.xsl&quot;?&gt;
.....</code></pre></div><p>конкретно не получается создать&nbsp; <strong>type=&quot;text/xsl&quot;</strong> и<strong> href=&quot;config.xsl&quot;</strong><br /></p><div class="codebox"><pre><code>...
xmlNode = xml.createProcessingInstruction(&quot;xml&quot;, &quot;version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;&quot;)
xmlNode.setAttribute(&quot;href&quot;,&quot;config.xsl&quot;);
xmlNode.setAttribute(&quot;type&quot;,&quot;text/xsl&quot;);
xml.appendChild(xmlNode);
...</code></pre></div><p>Заранее благодарствую.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2011-06-29T09:55:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49519#p49519</id>
		</entry>
</feed>
