[zope-xml] Plz help me out in XML field index search using ZC atalog for numeric data

sean.upton at uniontrib.com sean.upton at uniontrib.com
Mon Sep 23 11:59:58 EDT 2002


You should consider using ParsedXML instead of XMLDocument... The latter is
depreciated.  Also, you should direct further list correspondence to
zope-xml at zope.org, since zope-xml at yahoogroups.com has been depreciated and
not in use for over a year.

That said, I think your best option is to write Python scripts that use DOM
methods to get the data you are interested in, convert it to the format you
are interested in, and index those methods of your document, instead of
trying to directly index values of nodes themselves.

Sean

-----Original Message-----
From: Santosh Sawant [mailto:santee_sawant at yahoo.co.in]
Sent: Sunday, September 22, 2002 11:47 PM
To: zope-xml at yahoogroups.com
Subject: [zope-xml] Plz help me out in XML field index search using
ZCatalog for numeric data


 Hi!

 I am using XML document product and ZCatalog.... for my web based 
search utility.... I can search my XML data as per input.... but 
unable to show numeric data in search results.... 

 My xml file structure is....
    <Page index="1.01" title="Introduction"/>

 I don't know how to create field index for xml data file which can 
store numeric data as text index ignores double quotes, capital 
letters(converts to lower case) and numbers.

 Thanking you in advance.

 With best regards,
 Santee


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Home Selling? Try Us!
http://us.click.yahoo.com/QrPZMC/iTmEAA/ySSFAA/2U_rlB/TM
---------------------------------------------------------------------~->

To Post a message, send it to:   zope-xml at eGroups.com
To Unsubscribe, send a blank message to: zope-xml-unsubscribe at eGroups.com 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 





More information about the Zope-xml mailing list