How to create DLL file of DTD files?

I have 9 example DTD files xhtml dtd1 xhtml dtd2

I want to create a DLL file containing all 9 dtd. So any of you can help me in creating or tell me where to start?

0


a source to share


1 answer


If you publish your web app or compile your site, it will convert them to dlls if they are in the class library.



0


a source







All Articles