{"id":192,"date":"2021-12-13T14:52:25","date_gmt":"2021-12-13T05:52:25","guid":{"rendered":"https:\/\/xslt.auctionpro.co.kr\/?page_id=192"},"modified":"2021-12-13T14:52:27","modified_gmt":"2021-12-13T05:52:27","slug":"switch-case-if","status":"publish","type":"page","link":"https:\/\/xslt.auctionpro.co.kr\/?page_id=192","title":{"rendered":"switch case\/if"},"content":{"rendered":"\n<p>Remark : switch case in XSL<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;xsl:if test=\"expression\"&gt;\n  ...some output if the expression is true...\n&lt;\/xsl:if&gt;<\/pre><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;xsl:choose&gt;\n  &lt;xsl:when test=\"expression\"&gt;\n    ... some output ...\n  &lt;\/xsl:when&gt;\n  &lt;xsl:when test=\"another expression\"&gt;\n    ... some output ...\n  &lt;\/xsl:when&gt;\n  &lt;xsl:otherwise&gt;\n    ... some output ....\n  &lt;\/xsl:otherwise&gt;\n&lt;\/xsl:choose&gt;<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Remark : switch case in XSL<\/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-192","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/192","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=192"}],"version-history":[{"count":1,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/192\/revisions"}],"predecessor-version":[{"id":193,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/192\/revisions\/193"}],"wp:attachment":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}