On Wed, 6 Apr 2011 17:05:08 +0900 sangho park <gouach...@gmail.com> said:

one final change.. u can remove the libxml stuff and
eina_simple_xml_parser.c.. it's in eina in svn now. send that and either i can
commit it or daniel or anyone. i'm happy with it if it uses the eina simple
parser. :)

so 1 more round :)

> :) oops.. I made quickly patch for raster...
> 
> anyway~ this patch is made for eina_simple_xml_parser~~
> 
> 
> On Wed, Apr 6, 2011 at 3:35 PM, Carsten Haitzler <ras...@rasterman.com>wrote:
> 
> > On Wed, 6 Apr 2011 08:20:49 +0200 Atton Jonathan <jonathan.at...@gmail.com
> > >
> > said:
> >
> > it was a reply to sangho... he didn't attach anything :)
> >
> > > I ask him to improve it, I do not do it :D
> > >
> > > 2011/4/6 Carsten Haitzler <ras...@rasterman.com>
> > >
> > > > On Wed, 6 Apr 2011 12:05:55 +0900 sangho park <gouach...@gmail.com>
> > said:
> > > >
> > > > nothing attached... :(
> > > >
> > > > > I tested attached source code. It's good for me.
> > > > > when the code is in svn, I can replace all xml sutff using it.
> > > > >
> > > > > okay..  after eina parser is submitted, I'll make a new mail thread
> > for
> > > > map
> > > > > route.
> > > > >
> > > > > On Tue, Apr 5, 2011 at 5:36 PM, Carsten Haitzler <
> > ras...@rasterman.com
> > > > >wrote:
> > > > >
> > > > > > On Tue, 5 Apr 2011 10:30:56 +0900 sangho park <gouach...@gmail.com
> > >
> > > > said:
> > > > > >
> > > > > > it's not yet - he proposed it. i guess i'm asking "how does that
> > parser
> > > > > > look to
> > > > > > you? could you work with that?" see the mails i attached and sent
> > to
> > > > you -
> > > > > > they
> > > > > > have attached source.
> > > > > >
> > > > > > > I really want to work with eina xml parser... but
> > > > > > > i can't find gustavo's source code in svn.
> > > > > > >
> > > > > > > how can i use eina xml parser? should i write into elm_map
> > > > internally?
> > > > > > >
> > > > > > > On Mon, Apr 4, 2011 at 8:09 PM, Carsten Haitzler <
> > > > ras...@rasterman.com
> > > > > > >wrote:
> > > > > > >
> > > > > > > > On Mon, 4 Apr 2011 12:01:32 +0900 sangho park <
> > gouach...@gmail.com
> > > > >
> > > > > > said:
> > > > > > > >
> > > > > > > > aaah ok. you added the configure check here.... still. my
> > question
> > > > > > > > remains...
> > > > > > > > that other xml parser? :)
> > > > > > > >
> > > > > > > > > sorry, I found some build warnings...
> > > > > > > > > I remove warnings and fix coordinate problem..
> > > > > > > > >
> > > > > > > > > pls review this new patch.
> > > > > > > > >
> > > > > > > > > On Mon, Apr 4, 2011 at 10:16 AM, sangho park <
> > > > gouach...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > did you build ecore with curl?
> > > > > > > > > > elm_map uses ecore_file_download() for getting map.
> > > > > > > > > > as i know, if you don't install curl before building ecore,
> > > > > > downloading
> > > > > > > > > > remote feature is disabled.
> > > > > > > > > >
> > > > > > > > > > anyway, I resend new patch except formatting/white space
> > > > removal
> > > > > > patch.
> > > > > > > > > > thanks for your comments, and pls review this patch.
> > > > > > > > > >
> > > > > > > > > > Thanks.
> > > > > > > > > > BR.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Mon, Apr 4, 2011 at 1:31 AM, Daniel Juyung Seo
> > > > > > > > > > <seojuyu...@gmail.com>wrote:
> > > > > > > > > >
> > > > > > > > > >> Hello, thanks for your patch.
> > > > > > > > > >> But I can't test this on my computer.
> > > > > > > > > >> Do I have to set any option to use elm_map?
> > > > > > > > > >> It was working at the office but not at my home :(
> > > > > > > > > >> When I ran elementary_test "Map", I could just see markers
> > but
> > > > no
> > > > > > map.
> > > > > > > > > >>
> > > > > > > > > >> And can you separate formatting/white space removal patch
> > from
> > > > > > your
> > > > > > > > patch?
> > > > > > > > > >> For reviewers it's hard to check the code which has a new
> > > > feature
> > > > > > and
> > > > > > > > > >> formatting fix at the same time.
> > > > > > > > > >>
> > > > > > > > > >> Thanks.
> > > > > > > > > >> Daniel Juyung Seo (SeoZ)
> > > > > > > > > >>
> > > > > > > > > >> On Sat, Apr 2, 2011 at 6:40 PM, sangho park <
> > > > gouach...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > >>
> > > > > > > > > >>> Dear all,
> > > > > > > > > >>>
> > > > > > > > > >>> This is a patch for elm_map route feature.
> > > > > > > > > >>> I added some APIs for route to elm_map.c
> > > > > > > > > >>>
> > > > > > > > > >>> there are some route services provided by Open Street Map
> > > > (yours,
> > > > > > > > open
> > > > > > > > > >>> route
> > > > > > > > > >>> service, monav...)
> > > > > > > > > >>> I just added 'yours' url callback and will add ors,
> > monav)
> > > > > > > > > >>>
> > > > > > > > > >>> and add some test code to test_map.c
> > > > > > > > > >>>
> > > > > > > > > >>> attached fie : route-example.png
> > > > > > > > > >>>
> > > > > > > > > >>> pls review this patch.
> > > > > > > > > >>>
> > > > > > > > > >>> Thanks.
> > > > > > > > > >>> BR
> > > > > > > > > >>>
> > > > > > > > > >>>
> > > > > > > > > >>>
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------------
> > > > > > > > > >>> Create and publish websites with WebMatrix
> > > > > > > > > >>> Use the most popular FREE web apps or write code
> > yourself;
> > > > > > > > > >>> WebMatrix provides all the features you need to develop
> > and
> > > > > > > > > >>> publish your website.
> > http://p.sf.net/sfu/ms-webmatrix-sf
> > > > > > > > > >>>
> > > > > > > > > >>> _______________________________________________
> > > > > > > > > >>> enlightenment-devel mailing list
> > > > > > > > > >>> enlightenment-devel@lists.sourceforge.net
> > > > > > > > > >>>
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > > > > > > > >>>
> > > > > > > > > >>>
> > > > > > > > > >>
> > > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > ------------- Codito, ergo sum - "I code, therefore I am"
> > > > > > --------------
> > > > > > > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > ------------- Codito, ergo sum - "I code, therefore I am"
> > > > --------------
> > > > > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > > > > >
> > > > > >
> > > >
> > > >
> > > > --
> > > > ------------- Codito, ergo sum - "I code, therefore I am"
> > --------------
> > > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > > >
> > > >
> > > >
> > > >
> > ------------------------------------------------------------------------------
> > > > Xperia(TM) PLAY
> > > > It's a major breakthrough. An authentic gaming
> > > > smartphone on the nation's most reliable network.
> > > > And it wants your games.
> > > > http://p.sf.net/sfu/verizon-sfdev
> > > > _______________________________________________
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > >
> > >
> > >
> > >
> > > --
> > > Regards.
> > >
> > ------------------------------------------------------------------------------
> > > Xperia(TM) PLAY
> > > It's a major breakthrough. An authentic gaming
> > > smartphone on the nation's most reliable network.
> > > And it wants your games.
> > > http://p.sf.net/sfu/verizon-sfdev
> > > _______________________________________________
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to