This is a long shot but any chance HTML Tidy is in play here? I think
that has the string you're looking for.

On Sun, Feb 12, 2023 at 10:47 PM Mukul Gandhi <[email protected]> wrote:
>
> Hi Elliotte,
>    I've just done a deep search within XercesJ trunk and xml commons
> codebases, for the string "is not recognized", and this is not found
> within any form of these codebases (there were few instances of this
> string, within comments which are not relevant for this discussion).
>
> On Sun, Feb 12, 2023 at 5:59 PM Elliotte Rusty Harold
> <[email protected]> wrote:
> > The error message says: "[xalantest] line 1 column 157 - Error:
> > <append> is not recognized!"
> >
> > Note that <append> is nowhere near line 1 and column 157 in the XSL
> > stylesheet, so probably something (Xerces?) is parsing the output file
> > and complaining that the DTD or schema does not declare the data,
> > item-out, and append elements. That is, it's trying to validate when
> > it should simply be checking for well-formedness.
>
>
> --
> Regards,
> Mukul Gandhi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>


-- 
Elliotte Rusty Harold
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to