|
PLEASE! I need some help. Iīm using libxml2-2.4.5
and I canīt valid any document against a DTD. Iīm working with
Win98.
c:\aplic --dtdvalid c:\memo.dtd
c:\memo.xml
Error:
c:\memo.xml:2: warning: failed to load external
entity "memo.dtd"
<!DOCTYPE memo SYSTEM
"memo.dtd">
^
Please help me!!! I donīt know what else to
try!!!! |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE memo SYSTEM "memo.dtd"> <memo> <to>soledad</to> <from>soledad sanchez</from> <regarding>xxx</regarding> <para>xx</para> </memo>
Attachment:
memo.dtd
Description: Binary data