Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about schematron

Read more about schematron

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - schematron

Validating an xml with schematron null pointer exception

I have build an app that validates and xml with a schematron. Here is the code: import net.sf.saxon.s9api.*; import javax.xml.transform.stream.StreamSource; import java.io.File; import java.util.Arra...
test-img

RamonS

java

xml

maven

saxon

schematron

Votes: 0

Answers: 2

Latest Answer

Your iteration for (XdmNode node : rootnode.children().iterator().next().children()) is probably delivering nodes (such as text nodes) that have no name, so node.getNodeName() returns null, so node.g...
test-img

Michael Kay

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved