Giter Club home page Giter Club logo

xml's Introduction

XML

Build Status Coverage Status Javadocs Released Version Snapshot Version

Introduction

Modules that provide convenient APIs related to XML.

Modules

  • api: An API for common functions and abstractions related to XML.
  • datatype: Java bindings to XML data types as specified in http://www.w3.org/TR/xmlschema11-2/.
  • dom: Utility functions and convenience patterns specific to Java's XML DOM libraries.
  • sax: Utility functions and convenience patterns specific to Java's XML SAX libraries.
  • transform: Utility functions and convenience patterns specializing in XML stylesheet transformations.
  • xml-maven-plugin: Maven Plugin for general tasks related to XML, XSD and XSLT -- such as validation and transformation -- supporting XML Schema 1.1.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

xml's People

Contributors

safris avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

xml's Issues

Deduce doc encoding for InputSource.getByteStream()

The InputSource.getByteStream() method returns a raw byte stream, and thus does not contain the byte encoding. Currently, code that uses InputSource.getByteStream() assumes the encoding is UTF-8, but this is not guaranteed.

Null pointer exception when validating XML with no targetNamespace defined in XSD

Hi @safris,

First of all, I love your work on this!

One question though: I'm running into a null pointer exception when validating an XML with a global namespace. Have you ever run into this and how should I proceed?

This is the line that the error is pointing to:

if (preview.getTargetNamespace().length() > 0) {

Please let me know if you need any other information!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.