Agustin Messages: 26 Registered: November 2010 Location: Uruguay
Junior Member
HOW TO MAKE A FILE TO VALIDATE DTD HTML AGAINST MY CUSTOM IN HTML EDITOR
For example this is my file.html ad AltaGracia.dtd is my .dtd
------------------------------------------------------------ --------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE AG SYSTEM "AltaG.dtd" >
<html style="height: 147px; ">
<form acCION="">
<input ></input>
<input ></input>
<input nombre="dsfsdf" tiene_atributo="checked" valor="" style="width : 123px; height : 54px;" /><button style="width: 63px; height: 35px; " nombre="dsdsad"></button></form>
</html>
------------------------------------------------------------ --------------------
But , the editor don'ty recognize my sintaxis in the AltaG.dtd
The DTD file name "AltaG.dtd" in the html file doesn't match with the name of the problem description "AltaGracia.dtd" can you verify which one of those is the correct file name "AltaG.dtd" or "AltaGracia.dtd".