|
From: jie y. <leo...@gm...> - 2007-05-16 07:58:09
|
Hi, if I wanna extend XPath syntax by appending some functions, how to deal with it? |
|
From: Jimmy Z. <cra...@co...> - 2007-05-16 08:33:42
|
It is doable but requires a bit coding on the lex file, yacc file and=20 funcExpr file... Which platform do you assume? C, Java or C#... ----- Original Message -----=20 From: jie yan=20 To: vtd...@li...=20 Sent: Wednesday, May 16, 2007 12:58 AM Subject: Re: [Vtd-xml-users] Vtd-xml-users Digest, Vol 12, Issue 6 Hi, if I wanna extend XPath syntax by appending some functions, how to = deal with it? -------------------------------------------------------------------------= ----- = -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -------------------------------------------------------------------------= ----- _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: Jimmy Z. <cra...@co...> - 2007-05-16 18:12:00
|
As long as we agree on API part, the forking of VTD-XML to accomodate =
more
features is welcome.. to extend Java version of VTD-XML, you probably =
need
to start with=20
----- Original Message -----=20
From: jie yan=20
To: Jimmy Zhang=20
Sent: Wednesday, May 16, 2007 2:57 AM
Subject: Re: [Vtd-xml-users] Vtd-xml-users Digest, Vol 12, Issue 6
I prefer Java.
Maybe we could re-design the expression evaluation framework to make =
it more flexible?
On 5/16/07, Jimmy Zhang < cra...@co...> wrote:
It is doable but requires a bit coding on the lex file, yacc file =
and=20
funcExpr file...
Which platform do you assume? C, Java or C#...
----- Original Message -----=20
From: jie yan=20
To: vtd...@li...=20
Sent: Wednesday, May 16, 2007 12:58 AM
Subject: Re: [Vtd-xml-users] Vtd-xml-users Digest, Vol 12, Issue 6
Hi, if I wanna extend XPath syntax by appending some functions, =
how to deal with it?
-------------------------------------------------------------------------=
-
=
-------------------------------------------------------------------------=
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/=20
-------------------------------------------------------------------------=
-
_______________________________________________
Vtd-xml-users mailing list
Vtd...@li...
https://lists.sourceforge.net/lists/listinfo/vtd-xml-users
|
|
From: Jimmy Z. <cra...@co...> - 2007-05-16 18:25:06
|
Sorry for my imcomplete email, below is the complete version As long as we agree on API part, the forking of VTD-XML to accomodate = more features is welcome.. to extend Java version of VTD-XML, you probably = need to start with tools, you will need *JFLex (www.jflex.de) * Java Cup (http://www.cs.princeton.edu/~appel/modern/java/CUP/) * Most the VTD-XML code is in FuncExpr.java Also keep in mind VTD-XML has C port, so the extension needs to be = portable to C as well... So take a look at the code and any input on the design of expression = evaluation very welcome! ----- Original Message -----=20 From: jie yan=20 To: Jimmy Zhang=20 Sent: Wednesday, May 16, 2007 2:57 AM Subject: Re: [Vtd-xml-users] Vtd-xml-users Digest, Vol 12, Issue 6 I prefer Java. Maybe we could re-design the expression evaluation framework to make = it more flexible? On 5/16/07, Jimmy Zhang < cra...@co...> wrote: It is doable but requires a bit coding on the lex file, yacc file = and=20 funcExpr file... Which platform do you assume? C, Java or C#... ----- Original Message -----=20 From: jie yan=20 To: vtd...@li...=20 Sent: Wednesday, May 16, 2007 12:58 AM Subject: Re: [Vtd-xml-users] Vtd-xml-users Digest, Vol 12, Issue 6 Hi, if I wanna extend XPath syntax by appending some functions, = how to deal with it? -------------------------------------------------------------------------= - = -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/=20 -------------------------------------------------------------------------= - _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: John K. <jo...@hu...> - 2007-05-16 08:05:08
|
Hi, First off, I'm Back! (hooray). Second, Jimmy, in response to this; is it possible to set up some sort of source-control-thing accessibly by more users. I'm saying this mostly in my own regard, the arrogant man that I am. I'd like to continu to contribute, but changing the C-code after every single release is, to say the least, daunting. In this way there will be a better and simpler way of providing packages for the Unix-groups. Regards, John Kraal jie yan wrote: > Hi, if I wanna extend XPath syntax by appending some functions, how to > deal with it? > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: Jimmy Z. <cra...@co...> - 2007-05-16 08:39:06
|
Join the project as a developer should get you write access to the C code portion of it... It would be great to have a Linux port as an integral part of VTD-XML distribution... but I think you need to have an sourceforge email address first... ----- Original Message ----- From: "John Kraal" <jo...@hu...> To: "jie yan" <leo...@gm...> Cc: <vtd...@li...> Sent: Wednesday, May 16, 2007 1:05 AM Subject: Re: [Vtd-xml-users] Users/developers adding code to vtd > Hi, > > First off, I'm Back! (hooray). > > Second, Jimmy, in response to this; is it possible to set up some sort > of source-control-thing accessibly by more users. I'm saying this mostly > in my own regard, the arrogant man that I am. > > I'd like to continu to contribute, but changing the C-code after every > single release is, to say the least, daunting. In this way there will be > a better and simpler way of providing packages for the Unix-groups. > > Regards, > > John Kraal > > jie yan wrote: >> Hi, if I wanna extend XPath syntax by appending some functions, how to >> deal with it? >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Vtd-xml-users mailing list >> Vtd...@li... >> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > |
|
From: John K. <jo...@hu...> - 2007-05-16 08:42:58
|
Will get that immediately! Jimmy Zhang wrote: > Join the project as a developer should get you write access to the C > code portion > of it... It would be great to have a Linux port as an integral part of > VTD-XML > distribution... but I think you need to have an sourceforge email > address first... > ----- Original Message ----- From: "John Kraal" <jo...@hu...> > To: "jie yan" <leo...@gm...> > Cc: <vtd...@li...> > Sent: Wednesday, May 16, 2007 1:05 AM > Subject: Re: [Vtd-xml-users] Users/developers adding code to vtd > > >> Hi, >> >> First off, I'm Back! (hooray). >> >> Second, Jimmy, in response to this; is it possible to set up some sort >> of source-control-thing accessibly by more users. I'm saying this mostly >> in my own regard, the arrogant man that I am. >> >> I'd like to continu to contribute, but changing the C-code after every >> single release is, to say the least, daunting. In this way there will be >> a better and simpler way of providing packages for the Unix-groups. >> >> Regards, >> >> John Kraal >> >> jie yan wrote: >>> Hi, if I wanna extend XPath syntax by appending some functions, how to >>> deal with it? >>> >>> >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------- >>> >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Vtd-xml-users mailing list >>> Vtd...@li... >>> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Vtd-xml-users mailing list >> Vtd...@li... >> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users >> > > |
|
From: John K. <jo...@hu...> - 2007-05-16 10:31:46
|
I've got one: gi...@us... It seems I can't mail you directly, Jimmy, so I'm doing it this way, sorry for that. Regards, John -- / Humanique / Webstrategie en ontwikkeling / http://www.humanique.com/ - Humanique zoekt een ervaren Web-ontwikkelaar (PHP). Bekijk de vacature op http://www.humanique.com/ - John Kraal wrote: > Will get that immediately! > > Jimmy Zhang wrote: >> Join the project as a developer should get you write access to the C >> code portion >> of it... It would be great to have a Linux port as an integral part of >> VTD-XML >> distribution... but I think you need to have an sourceforge email >> address first... >> ----- Original Message ----- From: "John Kraal" <jo...@hu...> >> To: "jie yan" <leo...@gm...> >> Cc: <vtd...@li...> >> Sent: Wednesday, May 16, 2007 1:05 AM >> Subject: Re: [Vtd-xml-users] Users/developers adding code to vtd >> >> >>> Hi, >>> >>> First off, I'm Back! (hooray). >>> >>> Second, Jimmy, in response to this; is it possible to set up some sort >>> of source-control-thing accessibly by more users. I'm saying this mostly >>> in my own regard, the arrogant man that I am. >>> >>> I'd like to continu to contribute, but changing the C-code after every >>> single release is, to say the least, daunting. In this way there will be >>> a better and simpler way of providing packages for the Unix-groups. >>> >>> Regards, >>> >>> John Kraal >>> >>> jie yan wrote: >>>> Hi, if I wanna extend XPath syntax by appending some functions, how to >>>> deal with it? >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> ------------------------------------------------------------------------- >>>> >>>> This SF.net email is sponsored by DB2 Express >>>> Download DB2 Express C - the FREE version of DB2 express and take >>>> control of your XML. No limits. Just data. Click to get it now. >>>> http://sourceforge.net/powerbar/db2/ >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Vtd-xml-users mailing list >>>> Vtd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> _______________________________________________ >>> Vtd-xml-users mailing list >>> Vtd...@li... >>> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users >>> >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |