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.
次の形式の XML があります。
<root> <x.y> data <x.y> </root>
freemarker(ftl) テンプレートを使用して値「データ」にアクセスする必要があります。「.」を使用してこれにアクセスしようとすると、表記法は次のとおりです。
${root.xy}
しかし、これは機能しません。これはどのように行うことができますか。
それはただではありません: ルート["xy"]
それはただではありません:
ルート["xy"]
参考文献