Hello everyone, I need to use several small xml fragments in my document many times in different places. What is the best way to do it?
I was going to put those fragments in separate files and use external entities to reference them (something like this <!ENTITY request.inc SYSTEM "request.inc">) Since I will be using it many times in my document I was wondering if they get cached or loaded every time they are referenced Thank you very much in advance Alex
