一覧 最終更新 HOME ログイン

freedomcat.com

xml/xslt

記述

拡張子

.xslt

ヘッダ XML宣言

<?xml version="1.0" encoding="UTF-8"?>

XSLTスタイルシート宣言

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

出力指定

<xsl:output
 method = "xml" | "html" | "text" | QName 
 version = nmtoken 
 encoding = string
 omit-xml-declaration = "yes" | "no"
 standalone = "yes" | "no"
 doctype-public = string 
 doctype-system = string 
 cdata-section-elements = QNames 
 indent = "yes" | "no"
 media-type = string 
 />

参考