Hello Joe. Joseph Donaldson wrote 2022-01-30 02:37: > The current implementation of xml-parse does not track the file offset of > the xml elements it parses. It may be possible to modify it do so. Can you > elaborate a bit further on your exact use case?
I need to propose patches for quite complex xml files. At the beginning of the process, I need to record the position of some xml elements in an "offset file". Next is a long process of tools that leads to a patch; this tool chain should not care about offsets and does treat only some parts ot the xml. At the end, I would like to use the offset file in order to patch the original file or to show the change to a human supervisor. Ciao Sven