[open-ils-commits] r11156 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 13 09:23:47 EST 2008


Author: miker
Date: 2008-11-13 09:23:46 -0500 (Thu, 13 Nov 2008)
New Revision: 11156

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
add a prefixed namespace for the default IDL namespace, to make xpath easier

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2008-11-12 22:04:15 UTC (rev 11155)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2008-11-13 14:23:46 UTC (rev 11156)
@@ -21,7 +21,7 @@
 
 -->
 
-<IDL xmlns="http://opensrf.org/spec/IDL/base/v1" xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistence/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1" xmlns:reporter="http://open-ils.org/spec/opensrf/IDL/reporter/v1" xmlns:permacrud="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+<IDL xmlns="http://opensrf.org/spec/IDL/base/v1" xmlns:idl="http://opensrf.org/spec/IDL/base/v1" xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistence/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1" xmlns:reporter="http://open-ils.org/spec/opensrf/IDL/reporter/v1" xmlns:permacrud="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
 
 	<!-- Virtual classes -->
 	<class id="mups" controller="open-ils.cstore" oils_obj:fieldmapper="money::user_payment_summary" oils_persist:virtual="true">



More information about the open-ils-commits mailing list