[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: Question regarding model-view architecture.
- From: "Renji Panicker" <rpanicker@ensim.com>
- Date: Thu, 29 Jan 2004 15:54:48 +0530
- Thread-index: AcPmUiTy5EhxgUADTRGXJho5SRi6og==
- Thread-topic: Question regarding model-view architecture.
Hi everyone,
Let's say I create an XML document, say, test.xml and link it to an xsl file called test.xsl, now if I access the xml document, it renders the data using that xsl. So far so good.
My question is: this means I cannot apply different views to the same document. Is that right?
I know this can be done using server-side scripting, but if I have only static XML (and XSL) documents, do I have any options?
Thanks in advance!
-/renji
|