Sep 18, 2001 1 #1 NUSARAT Instructor Sep 18, 2001 1 KR WHEN I TRY TO VALIDATE DTD WITH MY XML IT DOES NOT DO IT(I AM USING I.E. 5.0) KINDLY ANY BODY LET ME KNOW HOW DO I VALIDATE MY XML AGAINST THE DTD IF POSSIBLE GIVE THE STEPS TOO.
WHEN I TRY TO VALIDATE DTD WITH MY XML IT DOES NOT DO IT(I AM USING I.E. 5.0) KINDLY ANY BODY LET ME KNOW HOW DO I VALIDATE MY XML AGAINST THE DTD IF POSSIBLE GIVE THE STEPS TOO.
Sep 18, 2001 1 #2 MarkShark Programmer Aug 22, 2001 36 US First off you need to tell your xml where your dtd is. i.e., <?xml version = "1.0" encoding = "UTF-8"?> <!DOCTYPE whatever SYSTEM "C:\<directory of your dtd>\whatever.dtd"> Upvote 0 Downvote
First off you need to tell your xml where your dtd is. i.e., <?xml version = "1.0" encoding = "UTF-8"?> <!DOCTYPE whatever SYSTEM "C:\<directory of your dtd>\whatever.dtd">
Sep 28, 2001 #3 zub24 Programmer Sep 28, 2001 2 IN I have also the same problem.WHEN I TRY TO VALIDATE DTD WITH MY XML IT DOES NOT DO IT(I AM USING I.E. 5.5 I have tried the solution given Mark Shark but still it is not working. please give me the solution. Upvote 0 Downvote
I have also the same problem.WHEN I TRY TO VALIDATE DTD WITH MY XML IT DOES NOT DO IT(I AM USING I.E. 5.5 I have tried the solution given Mark Shark but still it is not working. please give me the solution.