Thoughts on profiles and XSLT
[pazpar2-moved-to-github.git] / etc / pazpar2.cfg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
3
4 <!-- NOTE: This is not yet a functional config file. It's meant as a scratchpad/
5      discussion area to figure out just how the heck to structure this kind of
6      configuration.
7 -->
8
9 <service>
10     <listen port="9004"/>
11     <proxy host="localhost" port="80"/>
12 </service>
13
14 <!-- Need to figure out where to get ZeeRex records for targets from -->
15
16 <!-- The 'profiles' below are repeatable, and tagged with an ID, so that they
17      can be linked with targets. -->
18
19 <!-- Oooh!!! They can be generated dynamically using XSLT. I just peed in my pants. -->
20
21 <queryprofile/>  <!-- Like a CCL profile? Or do these need to be 
22                         dynamically generated from Zeerex??  -->
23
24 <retrievalprofile/>   <!-- Specify what stylesheets to use to normalize records?? -->
25
26 </pazpar2>