<html>
<head>
<title>&lt;xsl:namespace-alias&gt;</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">&lt;xsl:namespace-alias&gt;</td>
<td valign="top" class="COMPATIBILITY">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
OԂ𒼐ڎgpƏGɂȂꍇɁAOԂ̃GCAX`ł܂B̎gppxႢvfgpƁAʂ̃X^CV[g𐶐X^CV[głȒPɍ쐬ł܂B</td></tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">JeS</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>gbvxvf</p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">K{̑</td>
</tr>
<tr>
<td colspan="2" class="description">
<dl>
<dt>
stylesheet-prefix
</dt>
<dd>
OԂQƂX^CV[gŎgpړ`܂B
<P></p>
<dt>
result-prefix
</dt>
<dd>
GCAXŎQƂ閼OԂ̐ړ`܂B̐ړ́AX^CV[g̗vfŎgpĂ邩ǂɊ֌WȂAX^CV[gŐ錾Kv܂B
<P></p>
</dl>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">ȗ\ȑ</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>ȂB</p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">Rec</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>ȂB<span class="LITERAL">&lt;xsl:namespace-alias&gt;</span> ̗͋vfłB </p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">w</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>
<span class="LITERAL">&lt;xsl:stylesheet&gt;</span>B<span class="LITERAL">&lt;xsl:namespace-alias&gt;</span> ́AgbvxvfłA<span class="LITERAL">&lt;xsl:stylesheet&gt;</span> ̎qƂĂ̂ݎgpł܂B</p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">`</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>XSLT 7.1.1 ߁ueʗvfv </p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE"></td>
</tr>
<tr>
<td colspan="2" class="description">
<p>̗vf̎gppx͍܂񂪁Aʂ XSLT X^CV[g𐶐 XSLT X^CV[gGȏꍇɎgp܂B̃eXgP[Xł́AID ϊ𐶐X^CV[g쐬܂B̃X^CV[ǵAPɌʃc[ɓ̓hLgRs[܂BOԃGCAXgp錳̃X^CV[gɎ܂B</p>
<span class="PROGRAMLISTING"><pre>
&lt;xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:xslout="(the namespace URI doesn't matter here)"&gt;

  &lt;xsl:output method="xml" indent="yes"/&gt;
 
  &lt;xsl:namespace-alias stylesheet-prefix="xslout"
    result-prefix="xsl"/&gt;

  &lt;xsl:template match="/"&gt;
    &lt;xslout:stylesheet version="1.0"&gt;
      &lt;xslout:output method="xml"/&gt;
      &lt;xslout:template match="/"&gt;
        &lt;xslout:copy-of select="."/&gt;
      &lt;/xslout:template&gt;
    &lt;/xslout:stylesheet&gt;
  &lt;/xsl:template&gt;

&lt;/xsl:stylesheet&gt;</pre></span>
<p>̃X^CV[g XML hLgɓKpƁAVX^CV[g쐬܂B</p>
<span class="PROGRAMLISTING"><pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;xslout:stylesheet xmlns:xslout="http://www.w3.org/1999/XSL/Transform" 
  version="1.0"&gt;
&lt;xslout:output method="xml"/&gt;
&lt;xslout:template match="/"&gt;
&lt;xslout:copy-of select="."/&gt;
&lt;/xslout:template&gt;
&lt;/xslout:stylesheet&gt;</pre></span>
<p>̐X^CV[ggp XML hLgRs[ł܂B̃X^CV[gł́A XSLT vfƁAo͂ɓneƂď XSLT vf XSLT vZbTŎʂ@ɂȂ <span class="LITERAL">&lt;xsl:namespace-alias&gt;</span> gpĂ܂BOԃGCAXgpƁAo͂ŕKv XSLT vf𐶐ł܂BʃhLgł́A<span class="LITERAL">&lt;xslout:stylesheet&gt;</span> vfgpĐOԂ̒lIɐ錾܂B </p>
</td>
</tr>
</table>
</div>
</body>
</html>
