better avoid versioning in the namespace

if we ever need to apply some versioning later, we can do so introducing
new tags, or specifying the version in other ways
This commit is contained in:
boyska 2022-01-21 10:29:00 +01:00
parent a0e92be339
commit 4735dba5de
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<xsl:transform version="1.0"
xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
xmlns:show="https://radiomanifest.degenerazione.xyz/shows/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xbel version="1.0"
xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
xmlns:show="https://radiomanifest.degenerazione.xyz/shows/"
>
<bookmark href="http://radioexample.com/shows/learn-cook">
<title>Learn to cook in C++</title>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../shows-table.xsl"?>
<xbel version="1.0"
xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
xmlns:show="https://radiomanifest.degenerazione.xyz/shows/"
>
<bookmark href="http://radioexample.com/shows/learn-cook">
<title>Learn to cook in C++</title>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xbel version="1.0"
xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
xmlns:show="https://radiomanifest.degenerazione.xyz/shows/"
>
<bookmark href="http://radioexample.com/shows/learn-cook">
<info>

View file

@ -96,7 +96,7 @@ Here is an example:
<?xml version="1.0" encoding="UTF-8"?>
<xbel version="1.0"
xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
xmlns:show="https://radiomanifest.degenerazione.xyz/shows/"
>
<bookmark href="http://radioexample.com/shows/learn-cook">
<title>Learn to cook in C++</title>