Every month I will get a data-fee. It contains about 1000 xml files. All the xml files contains the following at the beginning of the file
<?xml version="1.0"?>
<!DOCTYPE SEND_FOLDER_DETAILS>
The DOCTYPE is incorrect. It won't allow me to load the file. How can I handle this without having to open each file one by one and correct it...should I handle it on the xsl?....Any suggestion is welcome.
I am using asp
Also, How can I handle the "&" and
Thank you,
-T
<?xml version="1.0"?>
<!DOCTYPE SEND_FOLDER_DETAILS>
The DOCTYPE is incorrect. It won't allow me to load the file. How can I handle this without having to open each file one by one and correct it...should I handle it on the xsl?....Any suggestion is welcome.
I am using asp
Also, How can I handle the "&" and
Thank you,
-T