As you can see, a number of constructs that are legal in standard syntax have been changed to comply with XML syntax:
The taglib directives have been removed. Tag libraries are now declared using XML namespaces, as shown in the html element.
The img and input tags did not have matching end tags and have been made XML-compliant by the addition of a / to the start tag.
The > symbol in the EL expression has been replaced with gt.
The include directive has been changed to the XML-compliant jsp:directive.include tag.
With only these few small changes, when you save the file with a .jspx extension, this page is a JSP document.
例えば、タグライブラリのディレクティブが削除された。タグライブラリは現在、htmlの要素にも示されるように、XMLの名前空間を使用しているとされている。
imgとinput は、対になる終了タグを持たず、開始タグに a/ を付け加える形でXML準拠となった。
EL式における > の記号は、gtに置き換えられた。
includeディレクティブはXML準拠のjspに変わり、directive,include.tag となった。
これらのわずかな変更と、.jspx の拡張子でファイルを保存するだけで、このページはJSPの文書となる。
Taglibディレクティブは使用されなくなりました。html要素に見られるように、タグ ライブラリーは今ではXML名前空間で宣言されています。
imgやinputタグは一致する終了タグを持たず、また開始タグにa /を追加することによりXMLに準拠させられました。
EL式の>symbolはgtに変更されました。
この変更はディレクティブがXML準拠のjsp:directive.cinlude.tagに変更されたことも含みます。
これらの2~3の変更だけにより、ファイルを.jspx拡張子で保存すれば、このページはJSPドキュメントになります。
ありがとうございます
こちらで使わせていただいています
http://matome.naver.jp/odai/2141444663999976101
ご連絡ありがとうございます。ご使用いただき嬉しく思います。URLも教えていただき、早速拝見させていただきました。