[jdom-interest] Oracle Adapter bug

Jason Hunter jhunter at acm.org
Wed Dec 26 22:58:29 PST 2001


Good idea.  Committed.

-jh-

Alex Rosen wrote:
> 
> > Oracle parser processes <?xml...> directive and allows to access it.
> > But Verifier's checkProcessingInstructionTarget prevents to declare such
> > instructions, so I cann't process XML via Oracle parsers.
> 
> As Elliotte mentioned, the <?xml ...> directive looks like a processing
> instruction, but it really isn't, so don't try to add it as a processing
> instruction. Instead, it's automatically added to the output stream by
> XMLOutputter (unless you ask it not to).
> 
> Jason, here's a patch to Verifier, that makes this more obvious in the
> exception's message.
> 
> Alex
> 
>   ------------------------------------------------------------------------
>                          Name: Verifier.java.diff
>    Verifier.java.diff    Type: unspecified type (application/octet-stream)
>                      Encoding: quoted-printable



More information about the jdom-interest mailing list