[Seasar-user:19996] Re: [mayaa] &を出力しようとしたらtomcat起動時にエラーが発生する

decoy [E-MAIL ADDRESS DELETED]
2010年 7月 23日 (金) 20:09:47 JST


お世話になります。
decoyです。

一点、訂正です。

.mayaaファイル
<m:write m:id="hogehoge" value="&amp;">

先程、上記のように記載してしまいましたが
正しくは下記のとおりです。

.mayaaファイル
<m:write m:id="hogehoge" value="&amp;" />

以上、宜しくお願い致します。

// decoy

2010年7月23日20:05 decoy <[E-MAIL ADDRESS DELETED]>:
> お世話になります。
> decoyです。
>
> mayaaで&を出力しようと思った場合、&amp;というように記載すれば表示できるようですが
> 下記のように記述すると
>
> .mayaaファイル
> <m:write m:id="hogehoge" value="&amp;">
>
> .htmlファイル
> <span id="hogehoge"></span>
>
> 確かに表示は出来たのですが、tomcat起動時に下記のようなエラーが発生してしまいます。
>
> java.lang.RuntimeException: org.xml.sax.SAXParseException: The
> reference to entity "" must end with the ';' delimiter.
>
>>
> java.lang.RuntimeException: org.xml.sax.SAXParseException: Element
> type "m:write" must be followed by either attribute specifications,
> ">" or "/>".
>
> http://mayaa.seasar.org/documentation/note.html
> 上記ページの一番下を見る限りでは&amp;でエスケープするとの事ですが
> 何か設定が足りていない or 間違ってますでしょうか?
>
> 環境
> NetBeans6.8
> mayaa1.1.26
>
> 以上、お手数をお掛け致しますが
> ご教授の程、宜しくお願い致します。
>
> // decoy
>


Seasar-user メーリングリストの案内