[xslt] How to use one Interface



Hey Guys!

 

I am new user of LibXml,

I really apreciate you work, but i have one ask! ;)

 

In my XSL i have:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:lattes="http://www.cnpq.br/2001/XSL/Lattes">

and

...select="lattes:getNROIDCNPQ()"/

 

so, getNROIDCNPQ() is one function:

    function getNROIDCNPQ: WideString; stdcall;

 

i used MSXML, so only is necessary to pass the interface, and already to process the parameters, but

how it work in LibXml2 ?

 

Example:

objLMSXML.addObject(intLLattesObj, 'http://www.cnpq.br/2001/XSL/Lattes') -> where intLLattesObj implements my function getNROIDCNPQ()

 

 

thanks!

Marcio

 

 

 

 



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