{"id":314,"date":"2023-08-01T15:10:46","date_gmt":"2023-08-01T06:10:46","guid":{"rendered":"https:\/\/xslt.auctionpro.co.kr\/?page_id=314"},"modified":"2023-08-01T15:18:31","modified_gmt":"2023-08-01T06:18:31","slug":"xslcall-template","status":"publish","type":"page","link":"https:\/\/xslt.auctionpro.co.kr\/?page_id=314","title":{"rendered":"xsl:call-template"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview : \ub77c\uc778\ud53c\ub4dc(\uc5d4\ud130)\uac00 \uc788\ub294 \ubb38\uc7a5\uc744 &lt;br\/&gt;\ub85c \uc801\uc6a9\ud558\uae30 <\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Example<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" title=\"XML\">&lt;air:Text Type=\"MarketingConsumer\" LanguageCode=\"EN\"&gt;Affordable luxury features highest-quality service from departure to arrival. Great design, more personal space, this 18-inch wide seat with 121-degree reclining back support has 34 inches of space between you and the next row of seats, and provides personal comfort unlike any other economy-class seat.\n\nAn 8.4-inch high-resolution LCD wide screen with state-of-the-art audio and video on demand (AVOD) makes channel selection easy and your flight more enjoyable.\n\n- Include carry on bag 12KG\n- Include checked baggage 23KG\n- Include inflight meal\n- Include seat selection\n- Rebooking and Refunds permitted with a fee\n- Include inflight entertainment\n\nNote: Type and size of seat and its available features may vary depending on the flight route, time and aircraft.\n\n&amp;#8226; Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above.&lt;\/air:Text&gt;<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">. \uc810\uc758 \ubb38\uc81c\uc810<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">  &lt;xsl:template match=\"*[local-name()='AirPricingInfo'][1]\/*[local-name()='FareInfo'][1]\/*[local-name()='Brand'][1]\/*[local-name()='Text'][1]\"&gt;\n      &lt;!--xsl:call-template name=\"break\" \/--&gt;\n\t  &lt;xsl:value-of select=\".\"\/&gt;\n  &lt;\/xsl:template&gt;<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\ud55c\uc904\ub85c \ub098\uc634<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">Affordable luxury features highest-quality service from departure to arrival. Great design, more personal space, this 18-inch wide seat with 121-degree reclining back support has 34 inches of space between you and the next row of seats, and provides personal comfort unlike any other economy-class seat. An 8.4-inch high-resolution LCD wide screen with state-of-the-art audio and video on demand (AVOD) makes channel selection easy and your flight more enjoyable. - Include carry on bag 12KG - Include checked baggage 23KG - Include inflight meal - Include seat selection - Rebooking and Refunds permitted with a fee - Include inflight entertainment Note: Type and size of seat and its available features may vary depending on the flight route, time and aircraft. \u2022 Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above.<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\ud574\uacb0<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">  &lt;xsl:template match=\"*[local-name()='AirPricingInfo'][1]\/*[local-name()='FareInfo'][1]\/*[local-name()='Brand'][1]\/*[local-name()='Text'][1]\"&gt;\n      &lt;xsl:call-template name=\"break\" \/&gt;\n  &lt;\/xsl:template&gt;\n  \n&lt;xsl:template name=\"break\"&gt;\n  &lt;xsl:param name=\"text\" select=\"string(.)\"\/&gt;\n  &lt;xsl:choose&gt;\n    &lt;xsl:when test=\"contains($text, '&amp;#xa;')\"&gt;\n      &lt;xsl:value-of select=\"substring-before($text, '&amp;#xa;')\"\/&gt;\n      &lt;br\/&gt;\n      &lt;xsl:call-template name=\"break\"&gt;\n        &lt;xsl:with-param \n          name=\"text\" \n          select=\"substring-after($text, '&amp;#xa;')\"\n        \/&gt;\n      &lt;\/xsl:call-template&gt;\n    &lt;\/xsl:when&gt;\n    &lt;xsl:otherwise&gt;\n      &lt;xsl:value-of select=\"$text\"\/&gt;\n    &lt;\/xsl:otherwise&gt;\n  &lt;\/xsl:choose&gt;\n&lt;\/xsl:template&gt;<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">&lt;br\/>\ucc98\ub9ac\ub428<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">Affordable luxury features highest-quality service from departure to arrival. Great design, more personal space, this 18-inch wide seat with 121-degree reclining back support has 34 inches of space between you and the next row of seats, and provides personal comfort unlike any other economy-class seat.\n\nAn 8.4-inch high-resolution LCD wide screen with state-of-the-art audio and video on demand (AVOD) makes channel selection easy and your flight more enjoyable.\n\n- Include carry on bag 12KG\n- Include checked baggage 23KG\n- Include inflight meal\n- Include seat selection\n- Rebooking and Refunds permitted with a fee\n- Include inflight entertainment\n\nNote: Type and size of seat and its available features may vary depending on the flight route, time and aircraft.\n\n\u2022 Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above.<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Overview : \ub77c\uc778\ud53c\ub4dc(\uc5d4\ud130)\uac00 \uc788\ub294 \ubb38\uc7a5\uc744 &lt;br\/&gt;\ub85c \uc801\uc6a9\ud558\uae30 Example . \uc810\uc758 \ubb38\uc81c\uc810 \ud55c\uc904\ub85c \ub098\uc634 \ud574\uacb0 &lt;br\/>\ucc98\ub9ac\ub428<\/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-314","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/314","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=314"}],"version-history":[{"count":2,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/314\/revisions"}],"predecessor-version":[{"id":317,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/314\/revisions\/317"}],"wp:attachment":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}