You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(6) |
Jul
(21) |
Aug
(40) |
Sep
(7) |
Oct
(41) |
Nov
(52) |
Dec
(19) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(49) |
Feb
(37) |
Mar
(84) |
Apr
(11) |
May
(29) |
Jun
(9) |
Jul
(19) |
Aug
(9) |
Sep
(6) |
Oct
(5) |
Nov
(15) |
Dec
(3) |
| 2008 |
Jan
(7) |
Feb
(11) |
Mar
(25) |
Apr
(50) |
May
(7) |
Jun
(8) |
Jul
(10) |
Aug
(18) |
Sep
(1) |
Oct
(15) |
Nov
(1) |
Dec
(9) |
| 2009 |
Jan
(5) |
Feb
(2) |
Mar
(3) |
Apr
(5) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(5) |
Sep
(7) |
Oct
(15) |
Nov
(13) |
Dec
(6) |
| 2010 |
Jan
|
Feb
(3) |
Mar
(4) |
Apr
(6) |
May
|
Jun
(4) |
Jul
(12) |
Aug
(8) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
| 2011 |
Jan
(19) |
Feb
(39) |
Mar
(28) |
Apr
(6) |
May
(7) |
Jun
(9) |
Jul
|
Aug
(1) |
Sep
|
Oct
(8) |
Nov
(3) |
Dec
(12) |
| 2012 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(4) |
Jun
(3) |
Jul
(10) |
Aug
(2) |
Sep
(13) |
Oct
(24) |
Nov
(3) |
Dec
(1) |
| 2013 |
Jan
(11) |
Feb
(5) |
Mar
(4) |
Apr
(3) |
May
(3) |
Jun
(5) |
Jul
(7) |
Aug
(16) |
Sep
|
Oct
(7) |
Nov
(11) |
Dec
|
| 2014 |
Jan
(7) |
Feb
(4) |
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(3) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(11) |
May
(8) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
| 2016 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(3) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
(2) |
Jun
|
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2019 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <jz...@xi...> - 2013-07-29 18:35:32
|
Glad it worked, will incorporate this into next release 2.12, in the
mean time, feel free to post to vtd-xml-user if you got any questions
or bug report
----- Original Message -----
From: Blaine Forbush
To:
Cc:
Sent:Mon, 29 Jul 2013 11:14:11 -0600
Subject:Re: [Vtd-xml-users] Fwd: UTF-16 Updates Fail
The fix that you provided for XMLModifier.java [1] has resolved the
issue! Our UTF-16 documents are now being updated properly. Thank you
for your responsiveness and thanks for the efficiency tips as well.
This is an excellent project that I will certainly promote amongst my
friends and co-workers. Let me know if I can be of any assistance.
On Fri, Jul 26, 2013 at 5:58 PM, wrote:
The problem should have been fixed, can you check out
XMLModifier.java from cvs and compile everything and give a try also
in your code
int attrValIndex = vn.getAttrVal(vn.toString(currentIndex));
can be made more efficient,
int attrValIndex = currentIndex+1;
give it a bit thought and let me know if there is any question
On Fri 26/07/13 2:18 PM , Blaine Forbush wrote:
> Here is an example of the problem that I am encountering. This
code
> parses the same file encoded in UTF-8 and UTF-16, finds a token by
> xPath, updates that token and then writes out the changes to a new
> file. As you should see, the output of the UTF-16 file is
corrupted.
>
> On Fri, Jul 26, 2013 at 11:58 AM, wrote:
> Can u attach a test case showing th eproblem so we can fix for the
> next release...
> ----- Original Message -----
> From: Blaine Forbush
> To:
> Cc:
> Sent:Fri, 26 Jul 2013 11:22:36 -0600
> Subject:[Vtd-xml-users] Fwd: UTF-16 Updates Fail
> Hi,
>
> Im new to VTD. Firstly, thank you for this excellent project, it
> fills our need perfectly!
> Now, I am successfully updating XML documents using VTD, however,
I
> have a document in UTF-16 that fails to process correctly. If I
open
> that same file in Notepad++ and convert it to UTF-8, it works just
> fine. Do you have any suggestions?
> The symptoms that I am seeing are 1) when I update a token, the
update
> appears in a random location within the actual document. 2) under
> certain scenarios, I get an ArrayIndexOutOfBoundsException when
trying
> to do output("file.xml") [4].
> Thanks,Blaine
>
>
> Links:
> ------
> [4] http://file.xml [4]
>
>
Links:
------
[1] http://XMLModifier.java
[2] mailto:jz...@xi...
[3] mailto:for...@gm...
[4] http://filexml
|
|
From: Blaine F. <for...@gm...> - 2013-07-29 17:14:39
|
The fix that you provided for XMLModifier.java has resolved the issue! Our
UTF-16 documents are now being updated properly. Thank you for your
responsiveness and thanks for the efficiency tips as well.
This is an excellent project that I will certainly promote amongst my
friends and co-workers. Let me know if I can be of any assistance.
On Fri, Jul 26, 2013 at 5:58 PM, <jz...@xi...> wrote:
>
>
> The problem should have been fixed, can you check out XMLModifier.java
> from cvs and compile everything and give a try also in your code
>
> int attrValIndex = vn.getAttrVal(vn.toString(currentIndex));
>
> can be made more efficient,
>
> int attrValIndex = currentIndex+1;
>
> give it a bit thought and let me know if there is any question
>
>
> On Fri 26/07/13 2:18 PM , Blaine Forbush <for...@gm...> wrote:
>
> > Here is an example of the problem that I am encountering. This code
> > parses the same file encoded in UTF-8 and UTF-16, finds a token by
> > xPath, updates that token and then writes out the changes to a new
> > file. As you should see, the output of the UTF-16 file is corrupted.
> >
> > On Fri, Jul 26, 2013 at 11:58 AM, wrote:
> > Can u attach a test case showing th eproblem so we can fix for the
> > next release...
> > ----- Original Message -----
> > From: Blaine Forbush
> > To:
> > Cc:
> > Sent:Fri, 26 Jul 2013 11:22:36 -0600
> > Subject:[Vtd-xml-users] Fwd: UTF-16 Updates Fail
> > Hi,
> >
> > I'm new to VTD. Firstly, thank you for this excellent project, it
> > fills our need perfectly!
> > Now, I am successfully updating XML documents using VTD, however, I
> > have a document in UTF-16 that fails to process correctly. If I open
> > that same file in Notepad++ and convert it to UTF-8, it works just
> > fine. Do you have any suggestions?
> > The symptoms that I am seeing are 1) when I update a token, the update
> > appears in a random location within the actual document. 2) under
> > certain scenarios, I get an ArrayIndexOutOfBoundsException when trying
> > to do output("file.xml") [4].
> > Thanks,Blaine
> >
> >
> > Links:
> > ------
> > [4] http://file.xml
> >
> >
>
|
|
From: <jz...@xi...> - 2013-07-27 00:15:35
|
The problem should have been fixed, can you check out XMLModifier.java from cvs and compile everything and give a try also in your code
int attrValIndex = vn.getAttrVal(vn.toString(currentIndex));
can be made more efficient,
int attrValIndex = currentIndex+1;
give it a bit thought and let me know if there is any question
On Fri 26/07/13 2:18 PM , Blaine Forbush <for...@gm...> wrote:
> Here is an example of the problem that I am encountering. This code
> parses the same file encoded in UTF-8 and UTF-16, finds a token by
> xPath, updates that token and then writes out the changes to a new
> file. As you should see, the output of the UTF-16 file is corrupted.
>
> On Fri, Jul 26, 2013 at 11:58 AM, wrote:
> Can u attach a test case showing th eproblem so we can fix for the
> next release...
> ----- Original Message -----
> From: Blaine Forbush
> To:
> Cc:
> Sent:Fri, 26 Jul 2013 11:22:36 -0600
> Subject:[Vtd-xml-users] Fwd: UTF-16 Updates Fail
> Hi,
>
> I'm new to VTD. Firstly, thank you for this excellent project, it
> fills our need perfectly!
> Now, I am successfully updating XML documents using VTD, however, I
> have a document in UTF-16 that fails to process correctly. If I open
> that same file in Notepad++ and convert it to UTF-8, it works just
> fine. Do you have any suggestions?
> The symptoms that I am seeing are 1) when I update a token, the update
> appears in a random location within the actual document. 2) under
> certain scenarios, I get an ArrayIndexOutOfBoundsException when trying
> to do output("file.xml") [4].
> Thanks,Blaine
>
>
> Links:
> ------
> [4] http://file.xml
>
>
|
|
From: <jz...@xi...> - 2013-07-26 18:08:15
|
it is somewhat rare for people to use UTF-16 encoding, is that LE or
BE? i will look into this
----- Original Message -----
From: Blaine Forbush
To:
Cc:
Sent:Fri, 26 Jul 2013 11:22:36 -0600
Subject:[Vtd-xml-users] Fwd: UTF-16 Updates Fail
Hi,
I'm new to VTD. Firstly, thank you for this excellent project, it
fills our need perfectly!
Now, I am successfully updating XML documents using VTD, however, I
have a document in UTF-16 that fails to process correctly. If I open
that same file in Notepad++ and convert it to UTF-8, it works just
fine. Do you have any suggestions?
The symptoms that I am seeing are 1) when I update a token, the
update appears in a random location within the actual document. 2)
under certain scenarios, I get an ArrayIndexOutOfBoundsException when
trying to do output("file.xml") [1]
Thanks,Blaine
Links:
------
[1] http://file.xml
|
|
From: <jz...@xi...> - 2013-07-26 18:08:15
|
Can u attach a test case showing th eproblem so we can fix for the
next release...
----- Original Message -----
From: Blaine Forbush
To:
Cc:
Sent:Fri, 26 Jul 2013 11:22:36 -0600
Subject:[Vtd-xml-users] Fwd: UTF-16 Updates Fail
Hi,
I'm new to VTD. Firstly, thank you for this excellent project, it
fills our need perfectly!
Now, I am successfully updating XML documents using VTD, however, I
have a document in UTF-16 that fails to process correctly. If I open
that same file in Notepad++ and convert it to UTF-8, it works just
fine. Do you have any suggestions?
The symptoms that I am seeing are 1) when I update a token, the
update appears in a random location within the actual document. 2)
under certain scenarios, I get an ArrayIndexOutOfBoundsException when
trying to do output("file.xml") [1].
Thanks,Blaine
Links:
------
[1] http://file.xml
|
|
From: Blaine F. <for...@gm...> - 2013-07-26 17:23:03
|
Hi,
I'm new to VTD. Firstly, thank you for this excellent project, it fills our
need perfectly!
Now, I am successfully updating XML documents using VTD, however, I have a
document in UTF-16 that fails to process correctly. If I open that same
file in Notepad++ and convert it to UTF-8, it works just fine. Do you have
any suggestions?
The symptoms that I am seeing are 1) when I update a token, the update
appears in a random location within the actual document. 2) under certain
scenarios, I get an ArrayIndexOutOfBoundsException when trying to do
output("file.xml").
Thanks,
Blaine
|
|
From: <jz...@xi...> - 2013-06-05 18:51:19
|
Yes, attach a byte buffer containing xml document will work, VTDGen has several setDoc methods... ----- Original Message ----- From: Preeti Subramanian To: Cc: Sent:Wed, 05 Jun 2013 19:53:59 +0530 Subject:Re: [Vtd-xml-users] 'parseHttpUrl' unavailable in vtd-xml 2.11 Yes, project is in C++. Can VTDGen perform in-memory parsing instead of passing a file as an argument? Thanks Preeti On Tuesday 04 June 2013 11:28 PM, jz...@xi... [1] wrote: Is C++ a requirement for your project? How about just using Java? C++/C do not have this method yet... ----- Original Message ----- From: Preeti Subramanian [2] To: [3] Cc: Sent: Tue, 04 Jun 2013 16:04:13 +0530 Subject: [Vtd-xml-users] 'parseHttpUrl' unavailable in vtd-xml 2.11 Hello, Is 'parseHttpUrl' method unavailable VTDGen in vtd-xml 2.11 C++ ? Is there anyway I can use it? Preeti ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j [4] _______________________________________________ Vtd-xml-users mailing list Vtd...@li... [5] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users [6] Links: ------ [1] mailto:jz...@xi... [2] mailto:sp...@se... [3] mailto:vtd...@li... [4] http://p.sf.net/sfu/servicenow-d2d-j [5] mailto:Vtd...@li... [6] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: Preeti S. <sp...@se...> - 2013-06-05 14:24:08
|
Yes, project is in C++. Can VTDGen perform in-memory parsing instead of passing a file as an argument? Thanks Preeti On Tuesday 04 June 2013 11:28 PM, jz...@xi... wrote: > Is C++ a requirement for your project? How about just using Java? > C++/C do not have this method yet... > > > > ----- Original Message ----- > From: > Preeti Subramanian <sp...@se...> > > To: > <vtd...@li...> > Cc: > > Sent: > Tue, 04 Jun 2013 16:04:13 +0530 > Subject: > [Vtd-xml-users] 'parseHttpUrl' unavailable in vtd-xml 2.11 > > > Hello, > > Is 'parseHttpUrl' method unavailable VTDGen in vtd-xml 2.11 C++ ? Is > there anyway I can use it? > > > Preeti > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > <mailto:Vtd...@li...> > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > |
|
From: Nelson, E. [HDS] <Eri...@hd...> - 2013-06-04 18:09:33
|
http://sourceforge.net/projects/vtd-xml/files/ From: jz...@xi... [mailto:jz...@xi...] Sent: Tuesday, June 04, 2013 10:59 AM To: 'Preeti Subramanian'; vtd...@li... Subject: Re: [Vtd-xml-users] 'parseHttpUrl' unavailable in vtd-xml 2.11 Is C++ a requirement for your project? How about just using Java? C++/C do not have this method yet... ----- Original Message ----- From: Preeti Subramanian <sp...@se...<mailto:sp...@se...>> To: <vtd...@li...<mailto:vtd...@li...>> Cc: Sent: Tue, 04 Jun 2013 16:04:13 +0530 Subject: [Vtd-xml-users] 'parseHttpUrl' unavailable in vtd-xml 2.11 Hello, Is 'parseHttpUrl' method unavailable VTDGen in vtd-xml 2.11 C++ ? Is there anyway I can use it? Preeti ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Vtd-xml-users mailing list Vtd...@li...<mailto:Vtd...@li...> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: <jz...@xi...> - 2013-06-04 17:58:42
|
Is C++ a requirement for your project? How about just using Java?C++/C do not have this method yet... ----- Original Message ----- From: Preeti Subramanian To: Cc: Sent:Tue, 04 Jun 2013 16:04:13 +0530 Subject:[Vtd-xml-users] 'parseHttpUrl' unavailable in vtd-xml 2.11 Hello, Is 'parseHttpUrl' method unavailable VTDGen in vtd-xml 2.11 C++ ? Is there anyway I can use it? Preeti ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j [1] _______________________________________________ Vtd-xml-users mailing list Vtd...@li... [2] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users [3] Links: ------ [1] http://p.sf.net/sfu/servicenow-d2d-j [2] mailto:Vtd...@li... [3] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: Preeti S. <sp...@se...> - 2013-06-04 15:58:50
|
Hello, Is 'parseHttpUrl' method unavailable VTDGen in vtd-xml 2.11 C++ ? Is there anyway I can use it? Preeti |
|
From: <jz...@xi...> - 2013-05-17 19:32:29
|
This sounds like an issue with your xml file, not xml parser....in other words, according to xml spec, if no declaration is found in xml,utf-8 is assumed, vtd-xml is doing what it is supposed to do... ----- Original Message ----- From: "florian kammermann" To: Cc: Sent:Thu, 16 May 2013 10:19:16 +0200 Subject:[Vtd-xml-users] ParseException / VTDGen / encoding I have an xml file without xml declaration, that means without encoding declaration. When I parse the document like this I get a ParseException. It looks like vtd-xml takes utf-8 as encoding, but actually the encoding is iso-8859-1. When I add the header then the xml can be parsed successfully. Sadly in production I have no control over the xml files, they come without headers. Looks also like the xml header is not mandatory: http://www.w3.org/TR/xml/#sec-prolog-dtd [1] Is there a way to set the encoding programmatically, when parsing the xml? Freundliche Grüsse Florian Kammermann ITPEARLS AG Wankdorf | Center Papiermühlestrasse 73 CH - 3014 Bern Tel: +41 31 561 61 10 Fax: +41 31 561 61 17 flo...@it... www.itpearls.com [2] Kennen Sie bereits unser BPM Knowledge Center? [3] Links: ------ [1] http://www.w3.org/TR/xml/#sec-prolog-dtd [2] http://www.itpearls.com/ [3] http://www.itpearls.com/2011/11/bpm-schulungen/ |
|
From: <jz...@xi...> - 2013-05-08 08:31:54
|
sorry for the late reply, I think you can probably get better answer by posting it to stackoverflow.com, I am not an expert on C++ compilation issues ----- Original Message ----- From: Preeti Subramanian To: Cc: Sent:Tue, 16 Apr 2013 15:19:57 +0530 Subject:[Vtd-xml-users] Linking Errors while using vtd-xml dll Hello, I am using vtd-xml latest version in C++ from source forge. I used Visual Studio 2010 to build vtd-xml.dll [1] and in turn using that dll in my application. While compiling my application, I get the following link errors: >Behavior.obj [2] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NCNAME_START" (?MASK_NCNAME_START@com_ximpleware@@3HA) 2>Behavior.obj [3] : error LNK2001: unresolved external symbol "char * com_ximpleware::Character" (?Character@com_ximpleware@@3PADA) 2>Behavior.obj [4] : error LNK2001: unresolved external symbol "private: int __thiscall com_ximpleware::ArrayList::addNew(void *)" (?addNew@ArrayList@com_ximpleware@@AAEHPAX@Z) 2>Behavior.obj [5] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_PUBID" (?MASK_PUBID@com_ximpleware@@3HA) 2>Behavior.obj [6] : error LNK2001: unresolved external symbol "unsigned char * com_ximpleware::CHARS" (?CHARS@com_ximpleware@@3PAEA) 2>Behavior.obj [7] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NAME_START" (?MASK_NAME_START@com_ximpleware@@3HA) 2>Behavior.obj [8] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_SPACE" (?MASK_SPACE@com_ximpleware@@3HA) 2>Behavior.obj [9] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_CONTENT" (?MASK_CONTENT@com_ximpleware@@3HA) 2>Behavior.obj [10] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NCNAME" (?MASK_NCNAME@com_ximpleware@@3HA) 2>Behavior.obj [11] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_VALID" (?MASK_VALID@com_ximpleware@@3HA) 2>Behaviorobj [12] : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NAME" (?MASK_NAME@com_ximpleware@@3HA) 2>Behavior.obj [13] : error LNK2001: unresolved external symbol "char com_ximpleware::isCharacterReady" (?isCharacterReady@com_ximpleware@@3DA) I guess this issue is due to XMLChar.h and .cpp file. In that file, I tried changing extern to extern "C". Also tried remove inline and moved all functions to .cpp. On more thing I tried was changing compile option to only C++. Alas! none of these linking errors. Urgent need of help ! Thanks in advance, Preeti ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter [14] _______________________________________________ Vtd-xml-users mailing list Vtd...@li... [15] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users [16] Links: ------ [1] http://vtd-xml.dll [2] http://Behavior.obj [3] http://Behavior.obj [4] http://Behavior.obj [5] http://Behavior.obj [6] http://Behavior.obj [7] http://Behavior.obj [8] http://Behavior.obj [9] http://Behavior.obj [10] http://Behavior.obj [11] http://Behavior.obj [12] http://Behavior.obj [13] http://Behavior.obj [14] http://www2.precog.com/precogplatform/slashdotnewsletter [15] mailto:Vtd...@li... [16] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
|
From: Preeti S. <sp...@se...> - 2013-04-16 10:53:40
|
Hello, I am using vtd-xml latest version in C++ from source forge. I used Visual Studio 2010 to build vtd-xml.dll and in turn using that dll in my application. While compiling my application, I get the following link errors: >Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NCNAME_START" (?MASK_NCNAME_START@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "char * com_ximpleware::Character" (?Character@com_ximpleware@@3PADA) 2>Behavior.obj : error LNK2001: unresolved external symbol "private: int __thiscall com_ximpleware::ArrayList::addNew(void *)" (?addNew@ArrayList@com_ximpleware@@AAEHPAX@Z) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_PUBID" (?MASK_PUBID@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "unsigned char * com_ximpleware::CHARS" (?CHARS@com_ximpleware@@3PAEA) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NAME_START" (?MASK_NAME_START@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_SPACE" (?MASK_SPACE@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_CONTENT" (?MASK_CONTENT@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NCNAME" (?MASK_NCNAME@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_VALID" (?MASK_VALID@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "int com_ximpleware::MASK_NAME" (?MASK_NAME@com_ximpleware@@3HA) 2>Behavior.obj : error LNK2001: unresolved external symbol "char com_ximpleware::isCharacterReady" (?isCharacterReady@com_ximpleware@@3DA) I guess this issue is due to XMLChar.h and .cpp file. In that file, I tried changing extern to extern "C". Also tried remove inline and moved all functions to .cpp. On more thing I tried was changing compile option to only C++. Alas! none of these linking errors. Urgent need of help ! Thanks in advance, Preeti |
|
From: <jz...@xi...> - 2013-04-02 19:13:32
|
Thanks ----- Original Message ----- From: "florian kammermann" To: Cc: Sent:Tue, 2 Apr 2013 09:21:46 +0200 Subject:Re: [Vtd-xml-users] Release the vtd-xml jar in the maven central repository vtd-xml is now published in the maven central repository https://oss.sonatype.org/index.html#nexus-search;quick~com.ximpleware [1] Kind Regards Florian FROM: jz...@xi... [mailto:jz...@xi...] SENT: Samstag, 16. März 2013 23:35 TO: 'florian kammermann'; vtd...@li... SUBJECT: Re: [Vtd-xml-users] Release the vtd-xml jar in the maven central repository As long as it is under the same GPL, feel free to create such repositary, we have no problem with that... ----- Original Message ----- FROM: "florian kammermann" TO: CC: SENT: Wed, 13 Mar 2013 08:25:49 +0100 SUBJECT: [Vtd-xml-users] Release the vtd-xml jar in the maven central repository Would it be possible to release the vtd-xml jar in the maven central repository? If you agree I would do it. The only thing needed is to create a pom.xml [4], build the jar and sign it. Kind Regards Florian Kammermann Links: ------ [1] https://oss.sonatype.org/index.html#nexus-search;quick~com.ximpleware [2] mailto:flo...@it... [3] mailto:vtd...@li... [4] http://pom.xml |
|
From: florian k. <flo...@it...> - 2013-04-02 07:21:44
|
vtd-xml is now published in the maven central repository https://oss.sonatype.org/index.html#nexus-search;quick~com.ximpleware Kind Regards Florian From: jz...@xi... [mailto:jz...@xi...] Sent: Samstag, 16. März 2013 23:35 To: 'florian kammermann'; vtd...@li... Subject: Re: [Vtd-xml-users] Release the vtd-xml jar in the maven central repository As long as it is under the same GPL, feel free to create such repositary, we have no problem with that... ----- Original Message ----- From: "florian kammermann" <flo...@it...> To: <vtd...@li...> Cc: Sent: Wed, 13 Mar 2013 08:25:49 +0100 Subject: [Vtd-xml-users] Release the vtd-xml jar in the maven central repository Would it be possible to release the vtd-xml jar in the maven central repository? If you agree I would do it. The only thing needed is to create a pom.xml, build the jar and sign it. Kind Regards Florian Kammermann |
|
From: <jz...@xi...> - 2013-03-16 22:35:05
|
As long as it is under the same GPL, feel free to create such repositary, we have no problem with that... ----- Original Message ----- From: "florian kammermann" To: Cc: Sent:Wed, 13 Mar 2013 08:25:49 +0100 Subject:[Vtd-xml-users] Release the vtd-xml jar in the maven central repository Would it be possible to release the vtd-xml jar in the maven central repository? If you agree I would do it. The only thing needed is to create a pom.xml [1], build the jar and sign it. Kind Regards Florian Kammermann Links: ------ [1] http://pom.xml |
|
From: florian k. <flo...@it...> - 2013-03-13 07:41:15
|
Would it be possible to release the vtd-xml jar in the maven central repository? If you agree I would do it. The only thing needed is to create a pom.xml, build the jar and sign it. Kind Regards Florian Kammermann |
|
From: <jz...@xi...> - 2013-03-03 02:39:53
|
Thank you. The fix is checked into CVS...
----- Original Message -----
From: kh...@ba...
To:
Cc:
Sent:Thu, 28 Feb 2013 14:31:46 +0100
Subject:[Vtd-xml-users] Double get in VTDGen.parseHttpUrl()
Mr. jzhang,
I notice there is a little annoying bug in method
parseHttpUrl(String url,boolean ns) in class VTDGen.
Connection to url is open twice so it starts two downloads.
1st
in = url1.openStream(); [1]
2nd
urlConnection = (HttpURLConnection)url1openConnection(); [2]
---
The standard way of getting stream from URLConnection is method
getInputStream(). Easy fix follow ...
try{
url1 = new URL(url);
urlConnection = (HttpURLConnection)url1.openConnection(); [3]
if (urlConnection.getResponseCode() [4] ==
HttpURLConnection.HTTP_OK) [5] {
in = urlConnection.getInputStream(); [6]
int len = urlConnection.getContentLength(); [7]
if (len > 0) {
--
-----------------------------
Kamil Hanak
Bach systems, s.r.o.
Holicka 31/N, 772 00 Olomouc
tel.: +420 585 228 693
e-mail: kh...@ba... [8]
-----------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb [9]
_______________________________________________
Vtd-xml-users mailing list
Vtd...@li... [10]
https://lists.sourceforge.net/lists/listinfo/vtd-xml-users [11]
Links:
------
[1] http://sitemail.hostway.com/http:
[2] http://sitemail.hostway.com/http:
[3] http://sitemail.hostway.com/http:
[4] http://sitemail.hostway.com/http:
[5] http://sitemail.hostway.com/http:
[6] http://sitemail.hostway.com/http:
[7] http://sitemail.hostway.com/http:
[8] mailto:kh...@ba...
[9] http://p.sf.net/sfu/appdyn_d2d_feb
[10] mailto:Vtd...@li...
[11] https://lists.sourceforge.net/lists/listinfo/vtd-xml-users
|
|
From: Kamil H. <kh...@ba...> - 2013-03-01 02:35:14
|
Mr. jzhang,
I notice there is a little annoying bug in method
parseHttpUrl(String url,boolean ns) in class VTDGen.
Connection to url is open twice so it starts two downloads.
1st
in = url1.openStream();
2nd
urlConnection = (HttpURLConnection)url1.openConnection();
---
The standard way of getting stream from URLConnection is method
getInputStream(). Easy fix follow ...
try{
url1 = new URL(url);
urlConnection = (HttpURLConnection)url1.openConnection();
if (urlConnection.getResponseCode() == HttpURLConnection.HTTP_OK) {
in = urlConnection.getInputStream();
int len = urlConnection.getContentLength();
if (len > 0) {
--
-----------------------------
Kamil Hanak
Bach systems, s.r.o.
Holicka 31/N, 772 00 Olomouc
tel.: +420 585 228 693
e-mail: kh...@ba...
-----------------------------
|
|
From: <jz...@xi...> - 2013-02-21 19:52:19
|
Are you trying to create an XML programmtically,ie. by calling a lot of methods to construct a DOM tree? ----- Original Message ----- From: Michael Stowell To: Cc: Sent:Wed, 20 Feb 2013 10:55:32 +0000 (GMT) Subject:[Vtd-xml-users] Creating an XML Document I am a bit confused on how to do this, all of the docs / examples show how to read and edit xml docs but there doesn't seem to be any clear way of creating an xml from scratch, I would rather not have to ship my program with a dummy xml file in order to edit one. any ideas? thanks. |
|
From: Michael S. <nap...@ya...> - 2013-02-20 10:55:40
|
I am a bit confused on how to do this, all of the docs / examples show how to read and edit xml docs but there doesn't seem to be any clear way of creating an xml from scratch, I would rather not have to ship my program with a dummy xml file in order to edit one. any ideas? thanks. |
|
From: <jz...@xi...> - 2013-02-06 02:50:50
|
which version of vtd-xml are u using? ----- Original Message ----- From: Preeti Subramanian To: Cc: Sent:Tue, 05 Feb 2013 17:26:43 +0530 Subject:[Vtd-xml-users] compilation errors in customTypes.h Hi, I am trying to use vtd-xml to parse large XML files. In Visual Studio 2010, when I try to use the vtd-xml in my C++ code, I am getting compilation errors in customTypes.h such as: vtd-xmlcustomTypes.h(102): error C2059: syntax error : ')' Pls help.. Thanks in advance -- PREETI Web: SecPod Technologies [1] Email: sp...@se... [2] Links: ------ [1] http://www.secpod.com/ [2] mailto:sp...@se... |
|
From: Preeti S. <sp...@se...> - 2013-02-05 13:09:55
|
Hi, I am trying to use vtd-xml to parse large XML files. In Visual Studio 2010, when I try to use the vtd-xml in my C++ code, I am getting compilation errors in customTypes.h such as: vtd-xml\customTypes.h(102): error C2059: syntax error : ')' Pls help.. Thanks in advance -- *Preeti* Web: SecPod Technologies <http://www.secpod.com/> Email: sp...@se... <mailto:sp...@se...> |
|
From: M S. <man...@ya...> - 2013-02-01 17:26:05
|
Hi: The issue was in my app not using UTF-8 encoding before setting the data for the parser. Thanks for all your help. M ________________________________ From: M Singh <man...@ya...> To: "vtd...@li..." <vtd...@li...> Sent: Monday, January 28, 2013 10:52 AM Subject: [Vtd-xml-users] UTF8 ParseException: UTF 8 encoding error Hi: I am using VTD-XML version 2.9 and am getting the following two ParseExceptions (for different xml documents) in our production logs: <exception stack trace> com.ximpleware.ParseException: UTF 8 encoding error: should never happen at com.ximpleware.VTDGen$UTF8Reader.handleUTF8(VTDGen.java:742) at com.ximpleware.VTDGen$UTF8Reader.getChar(VTDGen.java:708) at com.ximpleware.VTDGen.parse(VTDGen.java:2781) ... com.ximpleware.ParseException: UTF 8 encoding error: should never happen at com.ximpleware.VTDGen$UTF8Reader.handleUTF8(VTDGen.java:750) at com.ximpleware.VTDGen$UTF8Reader.getChar(VTDGen.java:708) at com.ximpleware.VTDGen.parse(VTDGen.java:2787) </exception stack trace> The documents are utf-8 encoded. If you have any pointers to how to investigate or resolve this issue, please let me know. Thanks Mans ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |