IT/XSL 썸네일형 리스트형 xsl에서 입력노드를 정확히 카피해서 출력하는 경우 Here's what you can do. ###xml or ###xml ... enqueue manually... 더보기 xsl에서 노드를 카피하면서 attribute의 값을 바꾸기 if you want to override a template and change its attribute , you can do this. Here in this example, you are changing @weight value to '2'. ###xml attachment 2 더보기 xpath to filter a specific 'value' of the node XSL파싱할때, 노드의 값을 가지고 찾아 내야 할 경우가 있는데, 가끔 헷갈릴때가 많다. 나중에 찾아볼라고 여기에 적어 둘련다. ### html to filter a string which value contains 'viewreport'... {content[@name='url']/text()[contains(.,'ViewReport')]} 더보기 이전 1 다음