全国のXMLerの皆さん、ENTITY使ってますか。DTDをそらで書ける皆さんなら当然使ってますよね。たとえば、Androidの設定ファイルなんかでも、 main.xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE LinearLayout [ <!ENTITY padding '10dp'> <!ENTITY view.text ' <TextView android:text="copy" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="&padding;" /> '> ]> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/a