![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi. I need to write xml export that will be used by another application. That application requires that I add a doctype delcaration to the document, referencing a certain dtd file. I do not have the file, and don't really need the declaration myself, it will be used when the document is read I suppose; how do I get around "Couldn't find file" excepption thrown by CreateDocumentType? So far I resorted to building the document without doctype, copying it to string and injecting the declaration string into it; is there a way to avoid this? |
#3
| |||
| |||
|
|
Hi. I need to write xml export that will be used by another application. That application requires that I add a doctype delcaration to the document, referencing a certain dtd file. I do not have the file, and don't really need the declaration myself, it will be used when the document is read I suppose; how do I get around "Couldn't find file" excepption thrown by CreateDocumentType? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |