You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2019/07/09 14:52:50 UTC

[sling-org-apache-sling-commons-html] 01/01: Merge pull request #4 from apache/SLING-8566

This is an automated email from the ASF dual-hosted git repository.

jeb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-html.git

commit 3969c2b6d99f5c6a25bc03c199b013595bfaa5ed
Merge: 5320279 a8a3ef0
Author: Jason E Bailey <je...@apache.org>
AuthorDate: Tue Jul 9 10:52:45 2019 -0400

    Merge pull request #4 from apache/SLING-8566
    
    SLING-8566 support processing instruction and xml declaration in SAX processing

 pom.xml                                            |  2 +-
 .../sling/commons/html/impl/parser/TagParser.java  |  7 ++-
 .../commons/html/internal/TagstreamHtmlParser.java |  5 +-
 .../sling/commons/html/util/HtmlSAXSupport.java    | 56 ++++++++++++++++------
 .../sling/commons/html/util/package-info.java      |  2 +-
 src/main/javacc/htmlParser.jj                      |  7 ++-
 .../sling/commons/html/TagstreamHtmlParseTest.java | 26 ++++++----
 7 files changed, 75 insertions(+), 30 deletions(-)