Re: Getting article aid (giving or not giving pubid) via the title

[email protected] (mikespub) Mon, 08 Sep 2003 16:34:16 GMT
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization not much
Message-ID <[email protected]>
In article <mailman.244.1063033984.9998.xaraya_knowledge-base-n5IRV0TL0hwRxVAL8JNkPw@public.gmane.org>, Xaraya Knowledge Base <[email protected]> wrote:
>Is it possible to get an article (or a list of articles) via its title ?
>Is there an API call in the module, in order to do this or something similar?
>My need is for interfacing data from a different system (via HTTP SQLXML
>calls) with articles.
>Linking with a DD field can be good either, but how to do the link, without
>knowing article aid?
>Someone knows anything about?
>Thanx
>Federico

1) regarding SQLXML

If I understand correctly, is that yet another way to communicate using
XML, next to SOAP and XML-RPC ? XML-RPC support is somewhat
functional (cfr. blogger API for instance), SOAP support is rudimentary
but perhaps it might make sense adding SQLXML support as well
someday ?

2) about retrieving an article by title

I'm not sure why you could have the title available but not the aid.
After all, even with syndication, you can retrieve the aid from the
URL if necessary.

Anyway, there's no separate API function to retrieve an article aid
by title at the moment (no need for it), but you could use the generic
search function if you want. Or if you really need that functionality
for [whatever], you can always add another API function in there :-)

Mike.