Changeset 1147

Show
Ignore:
Timestamp:
2005-03-17 23:02:13 (4 years ago)
Author:
conrad
Message:

revert cmml preamble used when anxripping; DOCTYPE was causing problems with
proper XML systems like mozilla ...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mod_annodex-ap13/trunk/mod_annodex.c

    r1001 r1147  
    6262 
    6363#define CMML_PREAMBLE \ 
    64 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \ 
    65 "<!DOCTYPE cmml SYSTEM \"cmml.dtd\">\n" 
     64"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\" ?>\n" 
    6665 
    6766#define MOD_ANNODEX_TYPE_UNKNOWN -1