{"id":79,"date":"2021-07-13T16:58:31","date_gmt":"2021-07-13T07:58:31","guid":{"rendered":"https:\/\/xslt.auctionpro.co.kr\/?page_id=79"},"modified":"2025-02-07T09:33:57","modified_gmt":"2025-02-07T00:33:57","slug":"xslt-xslcopy-of-element","status":"publish","type":"page","link":"https:\/\/xslt.auctionpro.co.kr\/?page_id=79","title":{"rendered":"XSLT xsl:copy-of Element"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">\uc785\ub825 XML<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;Booking&gt;\n    &lt;HtlSegOptFlds&gt;\n        &lt;HotelName&gt;Grand Plaza&lt;\/HotelName&gt;\n    &lt;\/HtlSegOptFlds&gt;\n    &lt;HtlSegOptFlds&gt;\n        &lt;HotelName&gt;Sunset Resort&lt;\/HotelName&gt;\n    &lt;\/HtlSegOptFlds&gt;\n&lt;\/Booking&gt;\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">XSLT \uc2a4\ud0c0\uc77c\uc2dc\ud2b8<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http:\/\/www.w3.org\/1999\/XSL\/Transform\"&gt;\n    &lt;xsl:output method=\"xml\" indent=\"yes\"\/&gt;\n\n    &lt;!-- HtlSegOptFlds \uc694\uc18c\uc5d0 \ub9e4\uce58\ud558\ub294 \ud15c\ud50c\ub9bf --&gt;\n    &lt;xsl:template match=\"HtlSegOptFlds\"&gt;\n        &lt;Hotel&gt;\n            &lt;xsl:copy-of select=\"HotelName\"\/&gt;\n        &lt;\/Hotel&gt;\n    &lt;\/xsl:template&gt;\n\n    &lt;!-- \ub098\uba38\uc9c0 \ub178\ub4dc \ucc98\ub9ac --&gt;\n    &lt;xsl:template match=\"@*|node()\"&gt;\n        &lt;xsl:copy&gt;\n            &lt;xsl:apply-templates select=\"@*|node()\"\/&gt;\n        &lt;\/xsl:copy&gt;\n    &lt;\/xsl:template&gt;\n&lt;\/xsl:stylesheet&gt;\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\ubcc0\ud658 \uacb0\uacfc<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \" >&lt;Booking&gt;\n    &lt;Hotel&gt;\n        &lt;HotelName&gt;Grand Plaza&lt;\/HotelName&gt;\n    &lt;\/Hotel&gt;\n    &lt;Hotel&gt;\n        &lt;HotelName&gt;Sunset Resort&lt;\/HotelName&gt;\n    &lt;\/Hotel&gt;\n&lt;\/Booking&gt;\n<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\uc785\ub825 XML XSLT \uc2a4\ud0c0\uc77c\uc2dc\ud2b8 \ubcc0\ud658 \uacb0\uacfc<\/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-79","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/79","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=79"}],"version-history":[{"count":2,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/79\/revisions"}],"predecessor-version":[{"id":371,"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/79\/revisions\/371"}],"wp:attachment":[{"href":"https:\/\/xslt.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}