[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Problems with Libxslt - GNOME

Subject: Problems with Libxslt - GNOME
From: "Luana Knoff" <lua.knoff@xxxxxxxxx>
Date: Tue, 8 Aug 2006 11:01:07 -0300
libxslt gnome
Hi all.
I have some doubts using Libxslt.I put the library in my server to do
some transformations.

The first transformation goes well, but the second doesn't.

The second execution goes well till it finds any function of libxslt.
As in my example:

int ModToWml(string s, char* stylesheet)

{
      const char* params[1];
      xsltStylesheetPtr cur = NULL;
      xmlDocPtr doc, res;

//CONVERTING

params[0] = NULL;

xmlSubstituteEntitiesDefault(1);

xmlLoadExtDtdDefaultValue = 1;

doc = xmlParseFile("myfile.txt");

The problems happen when xmlSubstituteEntitiesDefault(1); is called.
If I cut this line the problems will occur when
xmlLoadExtDtdDefaultValue = 1; is called. And so on.

Any hints are welcome.

Luana

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.