Anand Raman wrote:
> 
> Thanx
> 
> Then the use of HTDBList config command should be enough.
> In other words if renderer.jsp renders all my xml files as html and
> throws them to the client browser then i can get away using
> HTDBList select concat('renderer.jsp?doc_id=',document_id) from documents
> where
> documents is the table and
> document_id is my primary key on this table..

That should be enough. The only thing it is better to use full URL
in ypur case:
  concat('http://www/path/renderer.jsp?doc_id=',document_id)



> Please correct me if i am wrong..
> Thanx
> Anand
> On Tue, Dec 05, 2000 at 05:24:04PM +0400, Alexander Barkov wrote:
> >Anand Raman wrote:
> >>
> >> hi guys
> >> Please correct me if i am worng..
> >>
> >> I think that both the HTDBList and HTDBDoc commands can be exclusive of
> >> each other..
> >>
> >> As i understand the first indexer command (HTDBList) desires a sql query
> >> which generates the HTML page .
> >>
> >> Whereas with the other command HTDBDoc we construct a HTML query which
> >> is in turn selects all the columns to make up the page.
> >>
> >> In my case i have the whole document as a xml document in a database
> >> column .
> >> Would it suffice if i use something like this in the HTDBList command
> >> and completly miss out the HTDBDoc command.
> >>
> >> HTDBList select concat('render.jsp?doc_id=',document_id) from content_table;
> >>
> >> where the render.jsp file generates all the required html page..
> >>
> >> If not then what is purpose of HTDBDoc command..
> >
> >
> >To generate document from several fields.
> ______________
> If you want to unsubscribe send "unsubscribe udmsearch"
> to [EMAIL PROTECTED]
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to