Re: [xslt] libexslt/functions.c and line numbers



En réponse à k_isdale@tpg.com.au:
> I've just realized that there are xslt elements 
> in the stylesheet tree that have content set to 
> something other than the line number. See 
> functions.c line 38
>       func->content = inst->children;

303     exsltFuncFunctionData *func;
...
337     func = exsltFuncNewFunctionData();
338     func->content = inst->children;

func is not a node.

Tom.




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