ShellNew/1.xml

From Fxp Wiki

Jump to: navigation, search

xml template iso-8859-1

 
<?xml version="1.0" encoding="ISO-8859-1"?>
 
<!--
<?xml-stylesheet type="text/xsl" href="try.xsl"?>
<!DOCTYPE doc SYSTEM "Vend.dtd">
<![CDATA[
& &amp;
" &quot;
' &apos;
< &lt;
> &gt;
]]>
-->
 
 
<fxp xmlns="http://www.fxparlant.net">
</fxp>
 
 

xml template utf-8

 
<?xml version="1.0" encoding="utf-8"?>
 
<!--
<?xml-stylesheet type="text/xsl" href="try.xsl"?>
<!DOCTYPE doc SYSTEM "Vend.dtd">
<![CDATA[
& &amp;
" &quot;
' &apos;
< &lt;
> &gt;
]]>
-->
 
 
<fxp xmlns="http://www.fxparlant.net">
</fxp>
 
 
Personal tools