Results 1 to 3 of 3

Thread: XML parser availability

  1. #1
    stephan is offline Registered User
    Name: Stephan Stapel
    Organization: Stephan Stapel
    Project: BristolNG
    Join Date
    Oct 2003
    Location
    Essen, Germany
    Posts
    172

    XML parser availability

    Dear people of ZeroC,

    can't you make the IceXML package regularly available as a static library? The wrapper is really elegant and the underlying expat lib is so small that both together should be more than a simple double of libxml which, unfortunately, is quite big.

    regs,

    Stephan

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Hi Stephan,

    What exactly is your motivation here? Are you trying to avoid the use of shared libraries altogether?

    - Mark

  3. #3
    stephan is offline Registered User
    Name: Stephan Stapel
    Organization: Stephan Stapel
    Project: BristolNG
    Join Date
    Oct 2003
    Location
    Essen, Germany
    Posts
    172
    Hey!

    Are you trying to avoid the use of shared libraries altogether?
    No, not entirely. But I would like to reduce the dependencies to shared libraries. I need xml to read some configuration files, not more, so I think that expat provides enough functionality for me. libxml2 in contrary is so full-featured and thus so blown-up.
    On the other hand, libxml2 was responsible for the assertions when running my services in debug mode. As soon as I removed libxml2-related code from my app, it ran without any problems! I assume that expat would not generate such problems. But that's just a guess :-)

    regs,

    Stephan

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. High Availability with callbacks
    By ngambek2003 in forum Help Center
    Replies: 8
    Last Post: 01-15-2010, 06:02 PM
  2. IceStorm availability and publishers
    By phil++ in forum Help Center
    Replies: 3
    Last Post: 08-07-2008, 04:07 PM
  3. Remaking the SLICE parser, ++
    By catalin in forum Help Center
    Replies: 1
    Last Post: 11-07-2003, 07:54 AM
  4. Slice parser question
    By vukicevic in forum Help Center
    Replies: 2
    Last Post: 07-01-2003, 01:57 PM
  5. slice2cpp/Parser and yydebug
    By marlowa in forum Bug Reports
    Replies: 0
    Last Post: 02-27-2003, 01:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •