Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-01 | Add attributes before child elements | Alex Merry | 1 | -18/+15 | |
A bug appears to be because tp:type is transformed into child annotation element, but non-tp attributes are copied, and this is done in order the attributes appear. So if there are non-tp attributes after tp:type in an "arg" or "property" element, it will attempt to copy the attribute into the node having already added the "annotation" child element, and this is not allowed in XSLT. https://bugs.freedesktop.org/show_bug.cgi?id=45369 | |||||
2010-12-04 | Add spec-to-docbook.xsl for converting a telepathy spec to DocBook XML. ↵ | Michael Leupold | 1 | -91/+13 | |
Improve spec-to-introspect.xsl - no more extra spaces in type declarations. | |||||
2010-12-04 | Add the current docbook part of the spec and the D-Bus introspection part ↵ | Michael Leupold | 1 | -0/+225 | |
converted to the Telepathy D-Bus Introspection spec. tools/spec-to-introspect.xsl converts the Telepathy format to the EggDBus format used by keyring. |