我可以将 Microdata 与 JSF 2.0 一起使用吗?
我找到了这个页面: http://www.kiwi-community.eu/pages/viewpage.action ?pageId=7733331
但这相当令人沮丧。
我是否只需添加名称空间并使用标签? 我似乎也很难找到正确的名称空间......
I found this page:
http://www.kiwi-community.eu/pages/viewpage.action?pageId=7733331
But it is rather discouraging.
Do I simply add the namespace and use the tags ?
I also seem to have a hard time finding the correct namespace...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道 jsf 是什么,但您可以在任何 html5 标记中使用微数据。查看 schema.org 以获取命名空间和链接。
idk what jsf is but you can use microdata in any html5 markup. check out schema.org for the namespace and linkage dude.
当我将微数据添加到 web 应用程序中的 JSF 复合组件时,我发现只要 itemscope 不留空值,它就可以正常工作。请参阅:how-can-i-manage-microdata-with-xslt
所以像下面这样就可以了:
When adding microdata to a JSF composite component in a webapp I'm working on I found that it worked fine as long as itemscope was not left with an empty value. See: how-can-i-manage-microdata-with-xslt
So something like the following is fine: