<?xml version="1.0"?>
-<!-- $Id: config5.xml,v 1.9 2008-02-27 11:08:49 adam Exp $ -->
+<!-- $Id: config5.xml,v 1.10 2008-02-27 21:31:57 adam Exp $ -->
<!-- Uses dummy backend + query rewrite filter.. -->
<metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0">
<start route="start"/>
</filter>
<filter type="log">
<message>B</message>
- <filename>my.log</filename>
<time-format>%Y%m%d-%H%M%S</time-format>
+ <filename>my.log</filename>
<category init-options="true" request-session="true" response-session="true"
request-apdu="true" response-apdu="true"
/>
# Metaproxy XML config file schemas
-# $Id: metaproxy.rnc,v 1.22 2008-02-27 11:08:50 adam Exp $
+# $Id: metaproxy.rnc,v 1.23 2008-02-27 21:31:57 adam Exp $
#
# Copyright (c) 2005-2008, Index Data.
#
attribute id { xsd:NCName }?,
attribute name { xsd:NCName }?,
element mp:message { xsd:string }?,
- element mp:filename { xsd:string }?,
element mp:time-format { xsd:string }?,
+ element mp:filename { xsd:string }?,
element mp:category {
attribute user-access { xsd:boolean }?,
attribute access { xsd:boolean }?,