[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

RE: [XaraXtreme-dev] XPFilterConfig <Private/> tag



Can you tell me what version of XaraLX you are running?  The handling
for the Private element was added in revision 1366 so if you are using
the recommended version from the website (r1175) then it won't have this
handling.

I've tested the latest XaraLX with your XML and it works fine.

You will either need to download the latest version (currently r1391) or
build your own version from the source.

Gerry

-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Gerry Iles
Sent: 30 June 2006 14:06
To: dev@xxxxxxxxxxxxxx
Subject: RE: [XaraXtreme-dev] XPFilterConfig <Private/> tag

Hello Sandro,

I'll check it out but I suspect there is a bug in the XML parsing code
in XaraLX.  The handling for the Private element was only recently
added.  Expect a patch to XaraLX shortly...

Gerry

-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Sandro Sigala
Sent: 30 June 2006 13:44
To: dev@xxxxxxxxxxxxxx
Subject: [XaraXtreme-dev] XPFilterConfig <Private/> tag

First of all, hello to all the list!

I have a small difficulty interfacing my filter with Xara.  My GUI
interface
of the filter, called by Xara on the <PrepareExport> section of the XML
filter
interface, generates the following XML capatibility file:

<XPFilterConfig>
<Private compress="1" version="1.2" />
</XPFilterConfig>

After calling the UI interface, Xara complains with the message
"[Resource string not found]".  If I remove the "Private" entity all
works ok.

I'm sure I'm doing something stupid, but I don't get the point...

Sandro