Skip to content

Instantly share code, notes, and snippets.

@peterfleck
Last active November 24, 2018 16:26
Show Gist options
  • Save peterfleck/419a1535b310b13c095ba1d53b47f5a1 to your computer and use it in GitHub Desktop.
Save peterfleck/419a1535b310b13c095ba1d53b47f5a1 to your computer and use it in GitHub Desktop.

Revisions

  1. peterfleck revised this gist Nov 24, 2018. 1 changed file with 32 additions and 0 deletions.
    32 changes: 32 additions & 0 deletions xsl-namespaces.md
    Original file line number Diff line number Diff line change
    @@ -1,52 +1,84 @@

    xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"


    xmlns:d="http://docbook.org/ns/docbook"

    xmlns:db="http://docbook.org/ns/docbook"

    xmlns:ng="http://docbook.org/docbook-ng"

    xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"


    xmlns:dc="http://purl.org/dc/elements/1.1/"

    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"

    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"

    xmlns:content="http://purl.org/rss/1.0/modules/content/"


    xmlns:date="http://exslt.org/dates-and-times"

    xmlns:dyn="http://exslt.org/dynamic"

    xmlns:exsl="http://exslt.org/common"

    xmlns:func="http://exslt.org/functions"

    xmlns:math="http://exslt.org/math"

    xmlns:random="http://exslt.org/random"

    xmlns:regexp="http://exslt.org/regular-expressions"

    xmlns:set="http://exslt.org/sets"

    xmlns:str="http://exslt.org/strings"


    xmlns:fb="http://ogp.me/ns/fb#"

    xmlns:feedpress="https://feed.press/xmlns"


    xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"


    xmlns:epub="http://www.idpf.org/2007/ops"


    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"


    xmlns:fox="http://xmlgraphics.apache.org/fop/extensions"

    xmlns:onix="htp://ns.editeur.org/onix/3.0/reference"

    xmlns:og="http://ogp.me/ns#"

    xmlns:media="http://search.yahoo.com/mrss/"

    xmlns:atom="http://www.w3.org/2005/Atom"

    xmlns:fo="http://www.w3.org/1999/XSL/Format"

    xmlns:pls="https://www.w3.org/2005/01/pronunciation-lexicon"

    xmlns:ssml="https://www.w3.org/2001/10/synthesis"

    xmlns:svg="http://www.w3.org/2000/svg"

    xmlns:xhtml="http://www.w3.org/1999/xhtml"

    xmlns:xi="http://www.w3.org/2001/XInclude"

    xmlns:xlink="http://www.w3.org/1999/xlink"

    xmlns:xsd="http://www.w3.org/2001/XMLSchema"

    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  2. peterfleck created this gist Nov 24, 2018.
    52 changes: 52 additions & 0 deletions xsl-namespaces.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,52 @@

    xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"

    xmlns:d="http://docbook.org/ns/docbook"
    xmlns:db="http://docbook.org/ns/docbook"
    xmlns:ng="http://docbook.org/docbook-ng"
    xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"

    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"

    xmlns:date="http://exslt.org/dates-and-times"
    xmlns:dyn="http://exslt.org/dynamic"
    xmlns:exsl="http://exslt.org/common"
    xmlns:func="http://exslt.org/functions"
    xmlns:math="http://exslt.org/math"
    xmlns:random="http://exslt.org/random"
    xmlns:regexp="http://exslt.org/regular-expressions"
    xmlns:set="http://exslt.org/sets"
    xmlns:str="http://exslt.org/strings"

    xmlns:fb="http://ogp.me/ns/fb#"

    xmlns:feedpress="https://feed.press/xmlns"

    xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"

    xmlns:epub="http://www.idpf.org/2007/ops"

    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"

    xmlns:fox="http://xmlgraphics.apache.org/fop/extensions"
    xmlns:onix="htp://ns.editeur.org/onix/3.0/reference"

    xmlns:og="http://ogp.me/ns#"

    xmlns:media="http://search.yahoo.com/mrss/"

    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:pls="https://www.w3.org/2005/01/pronunciation-lexicon"
    xmlns:ssml="https://www.w3.org/2001/10/synthesis"
    xmlns:svg="http://www.w3.org/2000/svg"
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:xi="http://www.w3.org/2001/XInclude"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

    xmlns:wfw="http://wellformedweb.org/CommentAPI/"