XML使いの板
at HP
479:Name_Not_Found
02/04/30 16:23 JrR/a6Uf
>>477
profile.xml
<?xml version="1.0" encoding="Shift_JIS"?>
<?xml-stylesheet type="text/xsl" href="profile.xsl"?>
<ドキュメント>
<ドキュメントタイトル>XMLテスト</ドキュメントタイトル>
<制作者>もなー</制作者>
</ドキュメント>
profile.xsl
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="URLリンク(www.w3.org)">
<xsl:output method="html" version="4.0" encoding="Shift_JIS" indent="yes"/>
<xsl:template match="/">
<html>
<head>
<xsl:element name="meta">
<xsl:attribute name="name">auther</xsl:attribute>
<xsl:attribute name="content"><xsl:value-of select="ドキュメント/制作者"/></xsl:attribute>
</xsl:element>
</head>
</html>
</xsl:template>
</xsl:stylesheet>
結果.htm
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta name="auther" content="もなー">
</head>
</html>
とならないですかねぇ。
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5007日前に更新/260 KB
担当:undef