Re: iXML grammars that contain XML

> In some cases, XML content may be encapsulated within non-XML container formats. One such example is PDF, which can include XML as the payload of a stream object. The parsed output from the iXML grammar escapes the XML, which is usually not desired.

As Fredrik said, post processing may be the easiest solution here. Another possibility might be to translate the markup characters into non-markup characters and then use a character map in the serializer.

(I’ve made a note to support character maps in the NineML serializer…)

                                        Be seeing you,
                                          norm

--
Norm Tovey-Walsh
Saxonica

Received on Monday, 28 July 2025 09:04:06 UTC