Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
config.xml で次のように設定しています。タグ間の属性値を読み取るにはどうすればよいですか? jspから読み取る必要があります。
<page-metrics> <metric page="test.page"> <type default="true" name="test"> <name>My Test Page</name> </type> </metric> </page-metrics>
XML ファイルを解析する必要がある場合は、サービス層で行う必要があります。たとえば、DOM パーサー、SAX パーサー、またはその他のパーサーを使用して XML を解析できます。