Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic usage of the pool implementation would be similar to the following:

...

If you wish to use an entirely different, non-JAXP approach for XML processing, it is strongly suggested that you applyconfiguration apply configuration settings that implement the equivalent of the custom JAXP guidelines above for the XML processing library or framework in use.  You are wholly responsible for determining how to do that. In particular, you must be mindful of the comment and CDATA Node requirement as warned below.


Warning

In particularWhichever approach you use, note that as OpenSAML v3.4 , you must not surface comment or CDATA Node instances in the parsed DOM.  DOM elements containing either comment or CDATA Node children will be rejected by the OpenSAML unmarshalling framework, resulting in a thrown UnmarshallingException

...