parse: Make gst_parse_context_copy() public for bindings
[platform/upstream/gstreamer.git] / docs / list-ulink.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
3   <xsl:output method='text'/>
4   <xsl:template xmlns:xi='http://www.w3.org/2003/XInclude' match='ulink'>
5     <xsl:value-of select='@url'/><xsl:text>&#xa;</xsl:text>
6   </xsl:template>
7   <xsl:template match='text()|@*'/>
8 </xsl:stylesheet>