File tree 34 files changed +70
-70
lines changed
exist-ant/src/test/resources-filtered
xquery/functions/transform
exist-distribution/src/main/config
debuggee/src/test/resources-filtered
expath/src/test/resources-filtered
exquery/restxq/src/test/resources-filtered
indexes-integration-tests/src/test/resources-filtered
lucene/src/test/resources-filtered
ngram/src/test/resources-filtered
range/src/test/resources-filtered
sort/src/test/resources-filtered
spatial/src/test/resources-filtered
cache/src/test/resources-filtered
compression/src/test/resources-filtered
counter/src/test/resources-filtered
expathrepo-trigger-test/src/test/resources
src/test/resources-filtered
file/src/test/resources-filtered
image/src/test/resources-filtered
mail/src/test/resources-filtered
persistentlogin/src/test/resources-filtered
sql/src/test/resources-filtered
xmldiff/src/test/resources-filtered
xslfo/src/test/resources-filtered
webdav/src/test/resources-filtered
xqdoc/src/test/resources-filtered
34 files changed +70
-70
lines changed Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 311
311
</dependency >
312
312
313
313
<dependency >
314
- <groupId >net.sourceforge.nekohtml </groupId >
314
+ <groupId >org.codelibs </groupId >
315
315
<artifactId >nekohtml</artifactId >
316
- <version >1.9.22 </version >
317
- <scope >runtime</scope > <!-- default for util:parse-html -->
316
+ <version >2.1.0 </version >
317
+ <scope >runtime</scope >
318
318
<exclusions >
319
- <exclusion > <!-- conflicts with eXist-db's xercesImpl 2.12.2 dependency -->
319
+ <exclusion >
320
320
<groupId >xerces</groupId >
321
321
<artifactId >xercesImpl</artifactId >
322
322
</exclusion >
@@ -1040,7 +1040,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
1040
1040
<ignoredUnusedDeclaredDependency >org.eclipse.angus:angus-activation:jar:${eclipse.angus-activation.version} </ignoredUnusedDeclaredDependency >
1041
1041
<ignoredUnusedDeclaredDependency >org.glassfish.jaxb:jaxb-runtime:jar:${jaxb.impl.version} </ignoredUnusedDeclaredDependency >
1042
1042
<ignoredUnusedDeclaredDependency >org.fusesource.jansi:jansi:jar:${jansi.version} </ignoredUnusedDeclaredDependency >
1043
- <ignoredUnusedDeclaredDependency >net.sourceforge.nekohtml :nekohtml:jar:1.9.22 </ignoredUnusedDeclaredDependency >
1043
+ <ignoredUnusedDeclaredDependency >org.codelibs :nekohtml:jar:2.1.0 </ignoredUnusedDeclaredDependency >
1044
1044
<ignoredUnusedDeclaredDependency >xml-resolver:xml-resolver:jar:1.2</ignoredUnusedDeclaredDependency >
1045
1045
<ignoredUnusedDeclaredDependency >org.xmlresolver:xmlresolver:jar:${xmlresolver.version} </ignoredUnusedDeclaredDependency >
1046
1046
<ignoredUnusedDeclaredDependency >org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:jar:1.2.0</ignoredUnusedDeclaredDependency >
Original file line number Diff line number Diff line change 668
668
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
669
669
670
670
Examples include:
671
- - org.cyberneko.html .parsers.SAXParser
671
+ - org.codelibs.nekohtml .parsers.SAXParser
672
672
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
673
673
674
674
- org.ccil.cowan.tagsoup.Parser
713
713
714
714
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
715
715
716
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
716
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
717
717
<properties >
718
718
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
719
719
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 667
667
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
668
668
669
669
Examples include:
670
- - org.cyberneko.html .parsers.SAXParser
670
+ - org.codelibs.nekohtml .parsers.SAXParser
671
671
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
672
672
673
673
- org.ccil.cowan.tagsoup.Parser
712
712
713
713
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
714
714
715
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
715
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
716
716
<properties >
717
717
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
718
718
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 678
678
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
679
679
680
680
Examples include:
681
- - org.cyberneko.html .parsers.SAXParser
681
+ - org.codelibs.nekohtml .parsers.SAXParser
682
682
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
683
683
684
684
- org.ccil.cowan.tagsoup.Parser
723
723
724
724
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
725
725
726
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
726
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
727
727
<properties >
728
728
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
729
729
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 67
67
<xml >
68
68
<features />
69
69
</xml >
70
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
70
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
71
71
<properties >
72
72
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
73
73
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 715
715
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
716
716
717
717
Examples include:
718
- - org.cyberneko.html .parsers.SAXParser
718
+ - org.codelibs.nekohtml .parsers.SAXParser
719
719
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
720
720
721
721
- org.ccil.cowan.tagsoup.Parser
760
760
761
761
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
762
762
763
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
763
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
764
764
<properties >
765
765
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
766
766
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 715
715
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
716
716
717
717
Examples include:
718
- - org.cyberneko.html .parsers.SAXParser
718
+ - org.codelibs.nekohtml .parsers.SAXParser
719
719
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
720
720
721
721
- org.ccil.cowan.tagsoup.Parser
756
756
757
757
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
758
758
759
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
759
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
760
760
<properties >
761
761
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
762
762
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 519
519
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
520
520
521
521
Examples include:
522
- - org.cyberneko.html .parsers.SAXParser
522
+ - org.codelibs.nekohtml .parsers.SAXParser
523
523
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
524
524
525
525
- org.ccil.cowan.tagsoup.Parser
548
548
549
549
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
550
550
551
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
551
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
552
552
<properties >
553
553
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
554
554
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 671
671
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
672
672
673
673
Examples include:
674
- - org.cyberneko.html .parsers.SAXParser
674
+ - org.codelibs.nekohtml .parsers.SAXParser
675
675
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
676
676
677
677
- org.ccil.cowan.tagsoup.Parser
716
716
717
717
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
718
718
719
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
719
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
720
720
<properties >
721
721
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
722
722
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 670
670
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
671
671
672
672
Examples include:
673
- - org.cyberneko.html .parsers.SAXParser
673
+ - org.codelibs.nekohtml .parsers.SAXParser
674
674
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
675
675
676
676
- org.ccil.cowan.tagsoup.Parser
715
715
716
716
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
717
717
718
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
718
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
719
719
<properties >
720
720
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
721
721
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 670
670
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
671
671
672
672
Examples include:
673
- - org.cyberneko.html .parsers.SAXParser
673
+ - org.codelibs.nekohtml .parsers.SAXParser
674
674
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
675
675
676
676
- org.ccil.cowan.tagsoup.Parser
715
715
716
716
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
717
717
718
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
718
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
719
719
<properties >
720
720
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
721
721
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 673
673
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
674
674
675
675
Examples include:
676
- - org.cyberneko.html .parsers.SAXParser
676
+ - org.codelibs.nekohtml .parsers.SAXParser
677
677
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
678
678
679
679
- org.ccil.cowan.tagsoup.Parser
718
718
719
719
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
720
720
721
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
721
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
722
722
<properties >
723
723
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
724
724
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 670
670
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
671
671
672
672
Examples include:
673
- - org.cyberneko.html .parsers.SAXParser
673
+ - org.codelibs.nekohtml .parsers.SAXParser
674
674
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
675
675
676
676
- org.ccil.cowan.tagsoup.Parser
715
715
716
716
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
717
717
718
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
718
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
719
719
<properties >
720
720
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
721
721
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 669
669
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
670
670
671
671
Examples include:
672
- - org.cyberneko.html .parsers.SAXParser
672
+ - org.codelibs.nekohtml .parsers.SAXParser
673
673
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
674
674
675
675
- org.ccil.cowan.tagsoup.Parser
714
714
715
715
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
716
716
717
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
717
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
718
718
<properties >
719
719
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
720
720
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
Original file line number Diff line number Diff line change 542
542
perhaps the best way to do this is to place it into $EXIST_HOME/lib/user
543
543
544
544
Examples include:
545
- - org.cyberneko.html .parsers.SAXParser
545
+ - org.codelibs.nekohtml .parsers.SAXParser
546
546
The Cyber NekoHTML parser from https://sourceforge.net/projects/nekohtml/
547
547
548
548
- org.ccil.cowan.tagsoup.Parser
571
571
572
572
<!-- html-to-xml class="org.ccil.cowan.tagsoup.Parser"/ -->
573
573
574
- <html-to-xml class =" org.cyberneko.html .parsers.SAXParser" >
574
+ <html-to-xml class =" org.codelibs.nekohtml .parsers.SAXParser" >
575
575
<properties >
576
576
<property name =" http://cyberneko.org/html/properties/names/elems" value =" match" />
577
577
<property name =" http://cyberneko.org/html/properties/names/attrs" value =" no-change" />
You can’t perform that action at this time.
0 commit comments