가져오는 중...
콘텐츠로 바로가기
XSL eXtensible Stylesheet Language
전화 :
  • RSS

[카테고리:] Uncategorized

Xml node 에 Attribute 추가

Posted on 3월 5, 2025Updated on 3월 5, 2025by XSLT카테고리:Uncategorized

Overview : 간단한 2가지 1. LINQ to XML 사용 2. XmlDocument 사용

namespace 가 있는 xml 인 경우

Posted on 1월 12, 2022Updated on 1월 12, 2022by XSLT카테고리:Uncategorized

Remark : node 아래 값 가져오기

기본 xsl

  • xsl:value-of select
  • variable
  • xsl:variable name
  • concat
  • contains
  • count / position
  • format-number
  • if countdown <>=0
  • if / choose (select Case)
  • if test 추가/ 간단히
  • namespace 가 있는 xml 데이타
  • normalize-space
  • output method
  • starts-with
  • string-length
  • substring
  • substring-after -before
  • sum
  • switch case/if
  • xml:output method=
  • xsl:apply-templates select
  • xsl:element name
  • xsl:for-each select
  • xsl:param name (C# 응용)
  • xsl:with-param
  • xsl:call-template
  • 형제 노드
  • XSLT xsl:copy-of Element
  • 특수 처리

Dev

  • Core Translator
  • default xslt
  • XML 소스상단에 XSLT 링크 설정
  • XSLT xsl:copy-of Element
  • CDATA section 넣기
  • img
  • Print

General QA

  • XML , MSXML, WSDL, XSD이란
  • XML이 HTML을 대신할 수 있다.

C#

  • XSLT Transformation Using msxsl=”urn:schemas-microsoft-com:xslt”
  • Json 형식을 Xml 으로 변환
  • NuGet Saxon 추가
  • Xml node 에 Attribute 추가
  • XslCompiledTransform 메모리
  • C# default.xslt 분석
  • 부가가치세(VAT)를 계산
전화 :
  • RSS
맨 위로