On Tue, 11 Jun 2013, Ignacio Diaz-Emparanza wrote:
On 10/06/13 16:46, Allin Cottrell wrote:
> On Mon, 10 Jun 2013, Ignacio Diaz-Emparanza wrote:
>
>> I am creating a new function package and I have this error:
>>
>> "Value "bundle" for attribute type of param is not among the
enumerated
>> set"
>>
>> what does it mean? I see no problem then with the created package, it
>> seems
>> to work correctly.
> It means you have a function that takes a straight bundle
> argument rather than a bundle-pointer argument. That's
> allowed, though it's not what you'd usually want to do. The
> reason you saw that message is that the document type
> definition for gretl packages, gretlfunc.dtd, did not include
> the straight bundle type as a recognized parameter type. I've
> now fixed that in CVS.
Well, I think it was an error in my function which should have a
bundle-pointer argument.
I did not understand the message.
The message was a bit obscure, agreed. It came from libxml,
not gretl itself.
Allin