nu.xom.canonical
supports the output of
Canonical XML
from XOM.See: Description
Class | Description |
---|---|
Canonicalizer |
Writes XML in the format specified by Canonical
XML Version 1.0 or Exclusive
XML Canonicalization Version 1.0.
|
Exception | Description |
---|---|
CanonicalizationException |
Indicates problems with canonicalization.
|
nu.xom.canonical
supports the output of
Canonical XML
from XOM.
For basic canonicalization of existing documents, this (or any other tree-based
solution) is likely not as efficient as a streaming, SAX-based solution.
However, this is useful for output from XOM in canonical form.
Copyright 2002-2023 Elliotte Rusty Harold
elharo@ibiblio.org