{"id":14,"date":"2020-11-19T14:44:06","date_gmt":"2020-11-19T05:44:06","guid":{"rendered":"https:\/\/xslt.auctionpro.co.kr\/?page_id=14"},"modified":"2020-12-10T17:49:02","modified_gmt":"2020-12-10T08:49:02","slug":"xslwith-param","status":"publish","type":"page","link":"https:\/\/xslt.auctionpro.co.kr\/?page_id=14","title":{"rendered":"xsl:with-param"},"content":{"rendered":"<p>with-param \ub294 parameter \uac12\uc744 template \uc5d0 \uc804\ub2ec \ud560\uc218 \uc788\ub294 element<\/p>\n<pre class=\"lang:xhtml decode:true\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\r\n&lt;xsl:stylesheet version=\"1.0\"\r\nxmlns:xsl=\"http:\/\/www.w3.org\/1999\/XSL\/Transform\"&gt;\r\n\r\n&lt;xsl:template match=\"\/\"&gt;\r\n  &lt;html&gt;\r\n  &lt;body&gt;\r\n  &lt;xsl:for-each select=\"catalog\/cd\"&gt;\r\n    &lt;xsl:call-template name=\"show_title\"&gt;\r\n      &lt;xsl:with-param name=\"title\" select = \"title\" \/&gt;\r\n    &lt;\/xsl:call-template&gt;\r\n  &lt;\/xsl:for-each&gt;\r\n  &lt;\/body&gt;\r\n  &lt;\/html&gt;\r\n&lt;\/xsl:template&gt;\r\n\r\n&lt;xsl:template name = \"show_title\" &gt;\r\n  &lt;xsl:param name = \"title\" \/&gt;\r\n  &lt;p&gt;Title: &lt;xsl:value-of select = \"$title\" \/&gt;&lt;\/p&gt;\r\n&lt;\/xsl:template&gt;\r\n\r\n&lt;\/xsl:stylesheet&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>with-param \ub294 parameter \uac12\uc744 template \uc5d0 \uc804\ub2ec \ud560\uc218 \uc788\ub294 element &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt; &lt;xsl:stylesheet version=&#8221;1.0&#8243; xmlns:xsl=&#8221;http:\/\/www.w3.org\/1999\/XSL\/Transform&#8221;&gt; &lt;xsl:template match=&#8221;\/&#8221;&gt; &lt;html&gt; &lt;body&gt; &lt;xsl:for-each select=&#8221;catalog\/cd&#8221;&gt; &lt;xsl:call-template name=&#8221;show_title&#8221;&gt; &lt;xsl:with-param name=&#8221;title&#8221; select = &#8220;title&#8221; \/&gt; &lt;\/xsl:call-template&gt; &lt;\/xsl:for-each&gt; &lt;\/body&gt; &lt;\/html&gt; &lt;\/xsl:template&gt; &lt;xsl:template name = &#8220;show_title&#8221; &gt; &lt;xsl:param name = &#8220;title&#8221; \/&gt; &lt;p&gt;Title: &lt;xsl:value-of select = &#8220;$title&#8221; \/&gt;&lt;\/p&gt; &lt;\/xsl:template&gt; &lt;\/xsl:stylesheet&gt; &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":2,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}