PassMark Logo
Home » Forum

SDK Release? + using CDATA in <zoom:context>?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rtollert
    Junior Member
    • Dec 2008
    • 15

    #1

    SDK Release? + using CDATA in <zoom:context>?

    When will the V6 SDK be released?

    I ask because I'm having trouble parsing the <zoom:context> data in the search.cgi XML output. Because of the <span> elements for the highlighted words, parsing stops at the first span. The easiest solution would be to wrap the context data with a CDATA with a change to the CGI code.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    It will out around Mid Jan 09.
    You could just turn off highlighting and then do your own highlighting later on if required.

    Or you could pre-process the XML block to switch the highlight tags to something harmless.

    Comment

    Working...