[
https://issues.apache.org/jira/browse/ANY23-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437433#comment-16437433
]
Hudson commented on ANY23-237:
------------------------------
SUCCESS: Integrated in Jenkins build Any23-trunk #1560 (See
[https://builds.apache.org/job/Any23-trunk/1560/])
ANY23-237 added test case to ensure no regression (hans: rev
b13472c202f23d9faacafdaa9bd29fbfddfcfe0b)
* (add) test-resources/src/test/resources/html/rdfa/0087.xhtml
* (edit)
core/src/test/java/org/apache/any23/extractor/rdfa/RDFaExtractorTest.java
* (edit)
core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java
> Fix RDFa test 0087: stylesheet reserved word is stripped out
> ------------------------------------------------------------
>
> Key: ANY23-237
> URL: https://issues.apache.org/jira/browse/ANY23-237
> Project: Apache Any23
> Issue Type: Bug
> Reporter: stephane corlosquet
> Priority: Major
> Fix For: 2.3
>
>
> We have pretty much 100% green results on the official RDFa test suite at
> http://rdfa.info/test-suite/. There is only one fail remaining: test 0087.
> For some reason, any23 isn't able to extract a triple out of this markup:
> {code}
> <a rel=":stylesheet"
> href="http://example.org/stylesheet">stylesheet</a>
> {code}
> when it can extract the right triple for all the other elements in the test
> such as
> {code}
> <a rel=":alternate" href="http://example.org/alternate">alternate</a>
> {code}
> I'm going to need some help to figure this out, as I have no idea what part
> of any23 is causing this. I checked the same test on semargl (our RDFa
> parser) and it is passing no problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)