[Xcb] xsl question
Vincent Torri
vtorri at univ-evry.fr
Thu Sep 14 01:31:19 PDT 2006
I have some difficulties to transform automatically the CARD8 into uint8_t
(for example)
the definition of the types are located lines 110-123 of c-client.xsl
the xsl stylesheet use them line 152
What I've done is modifying lines 110-123 to :
<type name="BOOL" newname="bool8_t" />
...
<type name="XID" newname="xid_t" />
Then, I would like to use in line 152 that newname, but I did not
succeed.
Can someone help me ?
thank you
Vincent
More information about the Xcb
mailing list