[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2014-10-24 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-995:
---
Fix Version/s: (was: 1.7)
   1.8

- push to 1.8

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.8

 Attachments: TIKA-995-1.3-1.patch, TIKA-995-unit.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2014-02-04 Thread Dave Meikle (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Meikle updated TIKA-995:
-

Fix Version/s: (was: 1.5)
   1.6

Pushed out to 1.6, preparing for 1.5 RC

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.6

 Attachments: TIKA-995-1.3-1.patch, TIKA-995-unit.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2013-05-27 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-995:
---

Fix Version/s: (was: 1.4)
   1.5

- push to 1.5, get ready for 1.4 RC #1.

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.5

 Attachments: TIKA-995-1.3-1.patch, TIKA-995-unit.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2013-01-17 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-995:
---

Fix Version/s: (was: 1.3)
   1.4

- push out to 1.4

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.4

 Attachments: TIKA-995-1.3-1.patch, TIKA-995-unit.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2013-01-17 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-995:
---


- push out to 1.4

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.4

 Attachments: TIKA-995-1.3-1.patch, TIKA-995-unit.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2012-09-24 Thread Markus Jelsma (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Jelsma updated TIKA-995:
---

Attachment: TIKA-995-1.3-1.patch

Here's a quick fix. If the body is removed from the AUTO Set all attributes on 
the body tag are reported in the content handlers.

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.3

 Attachments: TIKA-995-1.3-1.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TIKA-995) XHTMLContentHandler doesn't pass attributes of body element

2012-09-24 Thread Markus Jelsma (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Jelsma updated TIKA-995:
---

Attachment: TIKA-995-unit.patch

Here's a unit test. 

 XHTMLContentHandler doesn't pass attributes of body element
 ---

 Key: TIKA-995
 URL: https://issues.apache.org/jira/browse/TIKA-995
 Project: Tika
  Issue Type: Bug
  Components: parser
Affects Versions: 1.2
Reporter: Markus Jelsma
 Fix For: 1.3

 Attachments: TIKA-995-1.3-1.patch, TIKA-995-unit.patch


 XHTMLContentHandler.startElement() uses lazyHead() for the body element 
 because it's defined in the AUTO Set. As a consequence, attributes of the 
 body element are not passed to downstream content handlers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira