Hello all!
Can we add a topic today, "integration of new Sarissa  0.9.8.0 released 
+ javaline to add support Safari and Opera",
Sarissa added support for javeline,you can read it , 
http://www.ohloh.net/projects/5463.

Files must be added :

    * javeline_xpath.js
    * javeline_xslt.js

List of modification for integration:

    *     replace all node.firschild.nodeValue with  node.getNodeValue()
    *     replace  load() with a httpRequest.example:

                   if(_SARISSA_IS_SAFARI)
                  {
                   var xmlhttp = new XMLHttpRequest();
                    xmlhttp.open("GET", url, false);
                    xmlhttp.send(null);
                    this.doc = xmlhttp.responseXML;
                 }else
                 {
                   this.doc.load(url);
                   }

 Bugs which were not resolved:

    * the library does not manage "|"  in xpath.
    * Some XSLT functions are not writed, but there are the less used
      ."key"etc.

Estimate Time for integration 2 or 3 days/man.

Best Regards
Jean-Sébastien Baklouti

  

Cameron Shorter a écrit :

>Suggested agenda:
>00 Introductions, roll call
>05  OL Integration progress () and plans for next release (Steven)
>40 Testing (Gertjan)
>45 Integration with Opera and CSCS (Olivier, Jean-F)
>55 General Q&A
>59 Topics for next meeting
>00 Close
>
>Place    Time
>Sydney    Th 19:00
>Amsterdam (Central European Time)    Th 13:00
>New York (Eastern Standard Time)    Th 04:00
>Los Angeles (Western Standard Time)    Th 07:00
>Greenwich Mean Time    Th 11:00
>
>http://timeanddate.com/worldclock/fixedtime.html?hour=11&min=0&sec=0
>
>  
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to