From: angel f. <afi...@up...> - 2006-10-11 19:22:19
|
Hi, Create the XML using de DTD. Also allows to Add, delete and update = any node on the xml. Regards, Angel Figueroa -----Original Message----- From: vtd...@li... [mailto:vtd...@li...] On Behalf Of vtd...@li... Sent: Wednesday, October 11, 2006 3:20 PM To: vtd...@li... Subject: Vtd-xml-users Digest, Vol 5, Issue 6 Send Vtd-xml-users mailing list submissions to vtd...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/vtd-xml-users or, via email, send a message with subject or body 'help' to vtd...@li... You can reach the person managing the list at vtd...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Vtd-xml-users digest..." Today's Topics: 1. Re: newbie question (Jimmy Zhang) ---------------------------------------------------------------------- Message: 1 Date: Tue, 10 Oct 2006 12:52:43 -0700 From: "Jimmy Zhang" <cra...@co...> Subject: Re: [Vtd-xml-users] newbie question To: "Olusola Fadero" <olu...@gm...> Cc: vtd...@li... Message-ID: <003301c6eca5$a8c4da30$0d02a8c0@ximpleware> Content-Type: text/plain; charset=3D"iso-8859-1" I have been thinking about the XML creation features that you = mentioned... do you have a set of features that you have in mind ?? ----- Original Message -----=20 From: Olusola Fadero=20 To: lo...@ou...=20 Cc: vtd...@li...=20 Sent: Tuesday, October 03, 2006 1:58 AM Subject: Re: [Vtd-xml-users] newbie question To install the VTD-XML jar (or any other external jar) into an = eclipse project: 1. Right click on the project 2. select Build Path -> configure build path 3. click on "Add External Jars" button, locate the jar in your = directory and click the "open" button=20 4. Click on "Ok" 5. Rebuild the entire project if it isn't done automatically. Unfortunately I can't remember the procedure for NetBeans Olusola=20 On 02/10/06, lo...@ou... <lo...@ou...> wrote: Greetings All, I am new to using VTD-XML and it looks like it will be just what I = need for a class project that we are working on. Additionally, I have only a minimal Java background but am fairly experienced with C/C++ & Fortran so I might ask a few stupid = questions=20 while trying to get started. In particular, I have also been looking at Eclipse and NetBeans as = an IDE so that I can run some demos of the vtd-xml classes but cannot = figure out how to get things to run. I read a really good article on vtd-xml at: = http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html and in particular at:=20 http://www.devx.com/xml/Article/22219/1954?pf=3Dtrue but am not sure how to go about getting these demos to run since I = will be adding them to an applet loader from JavaView in a project that will read=20 some <XML> code being generated by another application that we have. http://www.javaview.de/vgp/tutor/loader/PaLoader.html I would greatly appreciate any help that someone might be able to = give me=20 in trying to get "devx.com" demo above to work. Thanks and have a good day, Lonnie C. =20 -------------------------------------------------------------------------= =20 Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash =20 http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users -------------------------------------------------------------------------= --- -- = -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV -------------------------------------------------------------------------= --- -- _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=3Dvtd-xml-users/attach= ments /20061010/a3604eb9/attachment.html=20 ------------------------------ -------------------------------------------------------------------------= Using Tomcat but need to do more? Need to support web services, = security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 ------------------------------ _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users End of Vtd-xml-users Digest, Vol 5, Issue 6 ******************************************* |
From: Jimmy Z. <cra...@co...> - 2006-10-11 20:31:50
|
Any specific examples... for example suppose you would like to compose an XML message shown below <CATALOG> <CD> <TITLE>Empire Burlesque</TITLE> <ARTIST>Bob Dylan</ARTIST> <COUNTRY>USA</COUNTRY> <COMPANY>Columbia</COMPANY> <PRICE>10.90</PRICE> <YEAR>1985</YEAR> </CD> </CATALOG> how would you like the functions to be like? Obvious you can use DOM's add node etc, but that incurs the performance penalty of building a DOM... which is obviously not a good idea... ----- Original Message ----- From: "angel figueroa" <afi...@up...> To: <vtd...@li...> Sent: Wednesday, October 11, 2006 12:22 PM Subject: Re: [Vtd-xml-users] Vtd-xml-users Digest, Vol 5, Issue 6 > Hi, > > Create the XML using de DTD. Also allows to Add, delete and update any > node on the xml. > > Regards, > Angel Figueroa > > > -----Original Message----- > From: vtd...@li... > [mailto:vtd...@li...] On Behalf Of > vtd...@li... > Sent: Wednesday, October 11, 2006 3:20 PM > To: vtd...@li... > Subject: Vtd-xml-users Digest, Vol 5, Issue 6 > > Send Vtd-xml-users mailing list submissions to > vtd...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > or, via email, send a message with subject or body 'help' to > vtd...@li... > > You can reach the person managing the list at > vtd...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Vtd-xml-users digest..." > > > Today's Topics: > > 1. Re: newbie question (Jimmy Zhang) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 10 Oct 2006 12:52:43 -0700 > From: "Jimmy Zhang" <cra...@co...> > Subject: Re: [Vtd-xml-users] newbie question > To: "Olusola Fadero" <olu...@gm...> > Cc: vtd...@li... > Message-ID: <003301c6eca5$a8c4da30$0d02a8c0@ximpleware> > Content-Type: text/plain; charset="iso-8859-1" > > I have been thinking about the XML creation features that you mentioned... > do you have a set of features that you have in mind ?? > ----- Original Message ----- > From: Olusola Fadero > To: lo...@ou... > Cc: vtd...@li... > Sent: Tuesday, October 03, 2006 1:58 AM > Subject: Re: [Vtd-xml-users] newbie question > > > To install the VTD-XML jar (or any other external jar) into an eclipse > project: > > 1. Right click on the project > 2. select Build Path -> configure build path > 3. click on "Add External Jars" button, locate the jar in your directory > and click the "open" button > 4. Click on "Ok" > 5. Rebuild the entire project if it isn't done automatically. > > Unfortunately I can't remember the procedure for NetBeans > > Olusola > > > > On 02/10/06, lo...@ou... <lo...@ou...> wrote: > Greetings All, > > I am new to using VTD-XML and it looks like it will be just what I need > for a class project that we are working on. > > Additionally, I have only a minimal Java background but am fairly > experienced with C/C++ & Fortran so I might ask a few stupid questions > while trying to get started. > > In particular, I have also been looking at Eclipse and NetBeans as an > IDE > so that I can run some demos of the vtd-xml classes but cannot figure > out > how to get things to run. > > I read a really good article on vtd-xml at: > > http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html > > and in particular at: > > http://www.devx.com/xml/Article/22219/1954?pf=true > > but am not sure how to go about getting these demos to run since I will > be > adding them to an applet loader from JavaView in a project that will > read > some <XML> code being generated by another application that we have. > > http://www.javaview.de/vgp/tutor/loader/PaLoader.html > > I would greatly appreciate any help that someone might be able to give > me > in trying to get "devx.com" demo above to work. > > Thanks and have a good day, > Lonnie C. > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > > > > > > ---------------------------------------------------------------------------- > -- > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ---------------------------------------------------------------------------- > -- > > > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://sourceforge.net/mailarchive/forum.php?forum=vtd-xml-users/attachments > /20061010/a3604eb9/attachment.html > > ------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------ > > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > > > End of Vtd-xml-users Digest, Vol 5, Issue 6 > ******************************************* > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > |