The Search API is agnostic to what you're doing on the client side as long as you're following the TOS. In other words, the Search API is indifferent to whether you're using SAXParserFactory, etc. That said, SAXParserFactory won't help you with the Search API directly because the API will always respond in JSON unless there is a major malfunction (e.g., you're using the wrong url, you're banned from using Google's servers, etc.).
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Jun 21, 2010, at 4:31 AM, Lu wrote: > Hi, > > I want to do some processing on the results and I need to import some > jar files, but when I do so, it tells me that it cannot find the > file. > > i.e. 'javax.xml.parsers.FactoryConfigurationError: Provider > org.apache.xerces.jaxp.SAXParserFactoryImpl not found' > > Does google API support this kind of thing? > > Thanks, > Lu > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
