开发者

Do I need to use XHTML when I use Apache Tiles?

开发者 https://www.devze.com 2023-01-05 16:31 出处:网络
Or can I开发者_高级运维 use HTML?Tiles are defined in XML, so templates and all documents that have tiles tags need to be in valid, well-formed XML. The documents they produce, however, can be in HTML

Or can I开发者_高级运维 use HTML?


Tiles are defined in XML, so templates and all documents that have tiles tags need to be in valid, well-formed XML. The documents they produce, however, can be in HTML. So you can define template in XML, and fill it with non-XML non-XHTML markup.

0

精彩评论

暂无评论...
验证码 换一张
取 消