Yes, that is what I want. But I need this in generalized way.
Because, In XSLT, I can generate text using any level of tag (for ex: chapter, figure, table, sidebar). By using your suggestion, I need to include <inst> in all place where I generate the text.
The reason I am asking is:
I am generating XML file from another XML file with all these text inserted into it. Then this XML file is poured into Pagination software (Indesign). At some point I want to extract XML back from Indesign. At that time I need to remove all text that are generated by XSLT.
If I include <inst> around XSLT generated text, I can easily identify the text and remove it.
Thanks,
Gopal
|