[mayaa-user:880] linkタグの出力がおかしい
しましま
[E-MAIL ADDRESS DELETED]
2010年 1月 12日 (火) 22:31:18 JST
こんばんは、しましまです。
早速ですが、mayaaはXMLをどの程度サポートしているのでしょうか?
試しに、RSSをmayaaで出力しようとしたら、なぜかlinkタグがうまく出力されず困っています。
下記のようなサンプルを試して見ると、
<!-- test.html -->
<docoument>
<link id="test1">hoge</link>
<lenk id="test2">boke</lenk>
<lenk id="test3">hoge</lenk>
</document>
<!-- test.mayaa -->
<?xml version="1.0" encoding="UTF-8"?>
<m:mayaa xmlns:m="http://mayaa.seasar.org">
<m:write id="test1" value="hello" replace="false"/>
<m:write id="test2" value="hello" replace="false"/>
<m:element id="test3" name="link">
<m:write value="hello"/>
</m:element>
</m:mayaa>
以下のような出力になります。
<docoument>
<link id="test">hellohoge
<lenk id="test2">hello</lenk>
<link>hello
</docoument>
なぜか、"link"タグに限って、</link>が出力されません。
また、html側のhogeの文字が、置き換わらずに残ってしまったりします。
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/mayaa-user/attachments/20100112/f9821b4a/attachment.html>
mayaa-user メーリングリストの案内