Changeset 75


Ignore:
Timestamp:
Oct 25, 2011, 10:39:00 AM (14 years ago)
Author:
cla
Message:

rdfint

  • removed one XML serialization (avoid possible confusion with log output)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/samples/rdfa_serialize/sample.php

    r73 r75  
    4545$rdfaData->parse( $turtlefile);
    4646
    47 $validTypes = array( 'application/rdf+xml',
    48                      'application/rdfxml',
     47$validTypes = array( 'application/rdf+xml', // same as 'application/rdfxml'
    4948                     'text/turtle',
    5049                     'application/x-turtle',
Note: See TracChangeset for help on using the changeset viewer.