Translator Reviews ( English → Japanese )

Rating: 52 / 0 Reviews / 28 Oct 2014 at 08:31

spdr
spdr 52
English

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.

Japanese

見ればわかるように標準的な記法に準拠している多くの構文はXML構文に準拠するように変更されています。

Taglibディレクティブは使用されなくなりました。html要素に見られるように、タグ ライブラリーは今ではXML名前空間で宣言されています。

imgやinputタグは一致する終了タグを持たず、また開始タグにa /を追加することによりXMLに準拠させられました。

EL式の>symbolはgtに変更されました。

この変更はディレクティブがXML準拠のjsp:directive.cinlude.tagに変更されたことも含みます。

これらの2~3の変更だけにより、ファイルを.jspx拡張子で保存すれば、このページはJSPドキュメントになります。

Reviews ( 0 )

There are no translator reviews yet.