NIFI-11732 Upgraded Saxon from 12.1 to 12.2

- Adjusted spacing in test HTML to match Saxon 12.2 serialization

This closes #7414

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-06-20 09:17:17 -04:00 committed by exceptionfactory
parent 5db06437a3
commit f62e1eb1e9
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<!DOCTYPE HTML><html>
<!DOCTYPE HTML>
<html>
<body>
<h2>Employee</h2>
<table border="1">

View File

@ -1,4 +1,5 @@
<!DOCTYPE HTML><HTML xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!DOCTYPE HTML>
<HTML xmlns:xs="http://www.w3.org/2001/XMLSchema">
<H1>Test for mod</H1>
<HR>
<P>Should say "1": 1</P>

View File

@ -169,7 +169,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.1</version>
<version>12.2</version>
</dependency>
<dependency>
<groupId>javax.jms</groupId>