mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
docs: add missing file for doc-link check
This commit is contained in:
parent
dab63cb6ed
commit
1de0c60c1a
1 changed files with 8 additions and 0 deletions
8
docs/list-ulink.xsl
Normal file
8
docs/list-ulink.xsl
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version='1.0'?>
|
||||
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
||||
<xsl:output method='text'/>
|
||||
<xsl:template xmlns:xi='http://www.w3.org/2003/XInclude' match='ulink'>
|
||||
<xsl:value-of select='@url'/><xsl:text>
</xsl:text>
|
||||
</xsl:template>
|
||||
<xsl:template match='text()|@*'/>
|
||||
</xsl:stylesheet>
|
Loading…
Reference in a new issue