Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

saxon.FeatureKeys importing error in java spring-boot project

I am getting the saxon-importing error like,

The "import net.sf.saxon.FeatureKeys" cannot be resolved. 

How can I add the dependency to resolve the "net.sf.saxon.FeatureKeys" error.

I have already added the given dependency:

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.6</version>
</dependency>

Please help me out to resolve this issue.

>Solution :

I think you want import net.sf.saxon.lib.FeatureKeys, see https://www.saxonica.com/html/documentation10/javadoc/net/sf/saxon/lib/FeatureKeys.html

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading