sudhakar wrote:
> Hi,
> Iam interested in doing thesis on XML. can anybody suggest
> some thesis topics in XML?
>
> sudhakar
>
I'm doing a thesis right now, on static validation of XSLT, that is:
Given an input DTD, an output DTD and an XSL transform, verify that the
transform always produces documents that are valid w.r. to the output
DTD if the input is valid w.r. to the input DTD.
It's been done with the DTDs already. I'm extending it to XML Schema and
improving precision, among other things.
Are you interested in static analysis?
Soren
|