>Addons:
>- New MetaName format (XML style). For example:
><metaname>
>This is a XML metaname
>Another line
></metaname>
This works fine.
Still have some practical problems i think :
The list of this "xml metanames" can be pretty large. Is there
a limit for the config file ( number of metanames ? ).
I still have a question regarding the MetaName :
Search for content BETWEEN "xml metanames" :
e.g. I'd love to search for content "Valium" , only when it exists between
my "MetaName" tag <DRUG> and </DRUG>
This page will be found :
<HTML>
<PATIENT>
<NAME>Mr.X</NAME>
<REQUEST>none</REQUEST>
<DRUG>
Aspirine : 2
Valium : 3
</DRUG>
</PATIENT>
</HTML>
This page will NOT be found :
<HTML>
<PATIENT>
<NAME>Mr.X</NAME>
<REQUEST>This person is allergic for Valium</REQUEST>
<DRUG>
Aspirine : 2
Dopamine : 4
</DRUG>
</PATIENT>
</HTML>
Received on Wed May 17 04:29:11 2000