Re: Having a SAX2 parser parsing problem during the code migration from Xerces 2.8 to 3.1

2010-11-29 Thread Vitaly Prapirny

Hi,

pabna01 wrote:

  void characters(const XMLCh* const chars, const unsigned int
length);



The registered callbacks startElement and endElement are called during the
processing when it encounters Sample Element tag.But characters method
is not called when the xerces encounters the Sample element value  data.


Could you try this version:
 void characters(const XMLCh* const chars, const XMLSize_t length);

Good luck!
Vitaly

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] Updated: (XERCESC-1951) Missing Libs.private in the xerces-c pkg-config file

2010-11-29 Thread Boris Kolpackov (JIRA)

 [ 
https://issues.apache.org/jira/browse/XERCESC-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Kolpackov updated XERCESC-1951:
-

Fix Version/s: (was: 3.1.1)

Thanks for the patch.

 Missing Libs.private in the xerces-c pkg-config file
 

 Key: XERCESC-1951
 URL: https://issues.apache.org/jira/browse/XERCESC-1951
 Project: Xerces-C++
  Issue Type: Bug
  Components: Build
Affects Versions: 3.1.1, 3.1.2, 3.2.0, 4.0.0
 Environment: MinGW cross compiling
Reporter: Volker Grabsch
 Fix For: 3.1.2, 3.2.0, 4.0.0

 Attachments: xerces-fix-pkgconfig.patch


 When compiling Xerces statically with libCURL support, the command
 pkg-config xerces-c --static --libs
 does not output the CURL lib and its dependencies. This finally leads to 
 linker errors.
 The attached patch fixed this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



Re: Having a SAX2 parser parsing problem during the code migration from Xerces 2.8 to 3.1

2010-11-29 Thread pabna01

Hi  Vitaly,

Thanks very much.I was doing something wrong inside the code.Changing the
prototype as you suggested working.

Thanks
Rao.

-- 
View this message in context: 
http://old.nabble.com/Having-a-SAX2-parser-parsing-problem-during-the-code-migration-from-Xerces-2.8-to-3.1-tp30329371p30337014.html
Sent from the Xerces - C - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org