Hi

Currently i'm working on following:

1. i have a XML Document for example

<XPATH collection="/db/data">/FOO/BAR</XPATH>

2. then i have a XSLT Template which transforms this in a XMLRPC Request for
Xindice and send it to an instance of this DB

3. after that i substitute the <XPATH /> Tag with the Result from Xindice

Now my question, how would an answer in XMLRPC look like?
maybe
<XMLRPCANSWER>
        <RESULTLIST count="10">
                <RESULT>

        <STRING>..........first result...........</STRING>
                </RESULT>
                        ..........second result .........
                <RESULT>
                </RESULT>
        </RESULTLIST>
</XMLRPCANSWER>

When i get the Resultlist with the Java Api, there every Result has its own
<?xml ?> declaration tag. How is this returned in the xmlrpc reply?
which Datatype has the XMLRPC Answer......... is the result in anyway
encoded in the xmlrpc answer?

thanx stefan

P.S.
What do u think of connecting this way to xindice?

Reply via email to