How do I choose the default file and not hardcoded?
I want to select the dtd XHTML file from a default location such as the bin folder (where the exe file of the project is located) rather than hard-code it by specifying the exact file path like C: \ temp \ xhtml1.dtd, My code is in C #. Can anyone help how to do this?