I am trying to parse an ODT document using XSLT (using the Saxon processor)...the document has overlapping reference marks... e.g. :
<text:p> <text:reference-mark-start text:name="one"/>this sentence has <text:reference-mark-start text:name="two"/>overlapping <text:reference-mark-end text:name="one"/>reference marks. <text:reference-mark-end text:name="two"/> </text:p> ODF seems to use different elements for marking start / end regions of a reference...is there a straightforward way to match content within the start and end points of a reference mark...using XSLT ? thanks ashok --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
