mountainbiker
Programmer
scenario:
i am an author writing for lets say 4 magazines. my article appearing in each magazine is essentially the same with the exception of maybe a few paragraphs or a sentences here and there.
my dtd has an elements called <OriginalText> and <RewrittenText magazineName="...">.
possible solutions:
i could have 4 xslts or 1 xslt (called 4 times) with a trigger (like <xslt:choose>) to transform the xml instance into 4 (slightly) different html transformations.
question:
i was wondering if any of you have a similar scenerio in your efforts, and how did you handled it?
i am an author writing for lets say 4 magazines. my article appearing in each magazine is essentially the same with the exception of maybe a few paragraphs or a sentences here and there.
my dtd has an elements called <OriginalText> and <RewrittenText magazineName="...">.
possible solutions:
i could have 4 xslts or 1 xslt (called 4 times) with a trigger (like <xslt:choose>) to transform the xml instance into 4 (slightly) different html transformations.
question:
i was wondering if any of you have a similar scenerio in your efforts, and how did you handled it?