Author: peter
Date: Sat Sep 26 16:06:42 2009
New Revision: 3544
Log:
fix syntax of MODS export template XSD declaration. Fixes issue #832
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php
==============================================================================
---
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php
Sat Sep 26 15:30:01 2009 (r3543)
+++
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php
Sat Sep 26 16:06:42 2009 (r3544)
@@ -3,7 +3,7 @@
<mods xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.loc.gov/mods/v3"
- xsi:schemaLocation="http://www.loc.gov/standards/mods/v3/mods-3-3.xsd"
+ xsi:schemaLocation="http://www.loc.gov/standards/mods/v3/ mods-3-3.xsd"
version="3.3">
<titleInfo><title><?php echo htmlspecialchars($informationObject->getTitle())
?></title></titleInfo>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---