A
a5ehren
For my job, we need to be able to dynamically compile a document based
on flags we send to the compiler; for example, the non-US version of
our program has features removed that foreign users are not allowed to
know about, so we need to remove any mention of them from the user's
manual. We're trying to save a lot of time by not having to maintain
two versions of the manual - is there any XML markup that will allow a
parser to selectively remove parts of the document?
on flags we send to the compiler; for example, the non-US version of
our program has features removed that foreign users are not allowed to
know about, so we need to remove any mention of them from the user's
manual. We're trying to save a lot of time by not having to maintain
two versions of the manual - is there any XML markup that will allow a
parser to selectively remove parts of the document?