So I've got this XML file pointing to an XSL stylesheet, and
its working great (client-side goin' on here), and yet I begin to
wonder about the efficiency improvements (since I took data from 3
HTML pages, and coded it as one XML file) if you can only apply one
XSL stylesheet to one XML file. Kinda defeats the purpose if you
have to write two more XML files for two more XSL stylesheets, eh?
Then I'd be left with 6 files where I started with 3, and the same
management nightmare. Anyone have a solution to this perplexity,
cause it doesn't seem like its been solved easily in the forums
here or anywhere I can find on the Web. I'm thinking maybe
conditionals, but I'm not sure where to go from there. Thanks in
advance!