{www.lovullo.com=>mikegerwitz.com} namespaces

master
Mike Gerwitz 2016-03-26 14:17:30 -04:00
parent 69ec4fac12
commit ae589865e3
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
20 changed files with 47 additions and 47 deletions

View File

@ -30,7 +30,7 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply">
xmlns:f="http://mikegerwitz.com/hoxsl/apply">
<import href="apply/partial.xsl" />

View File

@ -28,8 +28,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:_f="http://www.lovullo.com/hoxsl/apply/_priv">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:_f="http://mikegerwitz.com/hoxsl/apply/_priv">
<import href="ref.xsl" />

View File

@ -57,7 +57,7 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply">
xmlns:f="http://mikegerwitz.com/hoxsl/apply">
<!--

View File

@ -79,8 +79,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:_f="http://www.lovullo.com/hoxsl/apply/_priv">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:_f="http://mikegerwitz.com/hoxsl/apply/_priv">
<import href="../apply.xsl" />

View File

@ -23,8 +23,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:n="http://www.lovullo.com/hoxsl/node"
xmlns:_n="http://www.lovullo.com/hoxsl/node/_priv">
xmlns:n="http://mikegerwitz.com/hoxsl/node"
xmlns:_n="http://mikegerwitz.com/hoxsl/node/_priv">
<!--
Function composition becomes a frustrating endeavor if nodes cannot be

View File

@ -23,9 +23,9 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:n="http://www.lovullo.com/hoxsl/node"
xmlns:R="http://www.lovullo.com/hoxsl/record"
xmlns:_R="http://www.lovullo.com/hoxsl/record/_priv">
xmlns:n="http://mikegerwitz.com/hoxsl/node"
xmlns:R="http://mikegerwitz.com/hoxsl/record"
xmlns:_R="http://mikegerwitz.com/hoxsl/record/_priv">
<import href="node.xsl" />
@ -220,14 +220,14 @@
The namespace to which all records elements are assigned.
-->
<variable name="R:ns" as="xs:anyURI"
select="resolve-uri( 'http://www.lovullo.com/hoxsl/record' )" />
select="resolve-uri( 'http://mikegerwitz.com/hoxsl/record' )" />
<!--
The namespace for all encapsulated record data.
-->
<variable name="_R:ns" as="xs:anyURI"
select="resolve-uri(
'http://www.lovullo.com/hoxsl/record/_priv' )" />
'http://mikegerwitz.com/hoxsl/record/_priv' )" />
<!--
QName of the record header element.

View File

@ -33,10 +33,10 @@
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:_f="http://www.lovullo.com/hoxsl/apply/_priv"
xmlns:fgen="http://www.lovullo.com/hoxsl/apply/gen"
xmlns:out="http://www.lovullo.com/hoxsl/apply/gen/_out"
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:_f="http://mikegerwitz.com/hoxsl/apply/_priv"
xmlns:fgen="http://mikegerwitz.com/hoxsl/apply/gen"
xmlns:out="http://mikegerwitz.com/hoxsl/apply/gen/_out"
exclude-result-prefixes="#default fgen">
<import href="../apply/ref.xsl" />

View File

@ -22,8 +22,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk">
<import href="../src/apply.xsl" />

View File

@ -22,8 +22,8 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk"
stylesheet="apply-test.xsl">
<variable name="foo-uri"

View File

@ -23,8 +23,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk">
<!-- SUT -->
<import href="../../src/apply/partial.xsl" />

View File

@ -23,8 +23,8 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:x="http://www.jenitennison.com/xslt/xspec"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk"
stylesheet="partial-test.xsl">
<!-- TODO: this is common between a number of files; move me -->

View File

@ -23,8 +23,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk">
<!-- this imports the SUT, as well as additional functions we need
for testing -->

View File

@ -23,8 +23,8 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:x="http://www.jenitennison.com/xslt/xspec"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk"
stylesheet="ref-test.xsl">
<variable name="foo-uri"

View File

@ -23,8 +23,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk">
<import href="../../src/apply/thrush.xsl" />

View File

@ -23,8 +23,8 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:x="http://www.jenitennison.com/xslt/xspec"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk"
stylesheet="thrush-test.xsl">
<variable name="doc">

View File

@ -23,8 +23,8 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:x="http://www.jenitennison.com/xslt/xspec"
xmlns:n="http://www.lovullo.com/hoxsl/node"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:n="http://mikegerwitz.com/hoxsl/node"
xmlns:foo="http://mikegerwitz.com/_junk"
xmlns:test-prefix-a="test-ns-a"
stylesheet="../src/node.xsl">

View File

@ -23,18 +23,18 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:x="http://www.jenitennison.com/xslt/xspec"
xmlns:R="http://www.lovullo.com/hoxsl/record"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:R="http://mikegerwitz.com/hoxsl/record"
xmlns:foo="http://mikegerwitz.com/_junk"
stylesheet="../src/record.xsl">
<variable name="test-qname"
select="QName( 'http://www.lovullo.com/_junk',
select="QName( 'http://mikegerwitz.com/_junk',
'foo:test-qname' )" />
<variable name="test-qname-2"
select="QName( 'http://www.lovullo.com/_junk',
select="QName( 'http://mikegerwitz.com/_junk',
'foo:test-qname-2' )" />
<variable name="test-qname-3"
select="QName( 'http://www.lovullo.com/_junk',
select="QName( 'http://mikegerwitz.com/_junk',
'foo:test-qname-3' )" />
<scenario label="R:make-record-header">

View File

@ -23,7 +23,7 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:foo="http://www.lovullo.com/_junk">
xmlns:foo="http://mikegerwitz.com/_junk">
<function name="foo:add-two" as="xs:decimal">

View File

@ -23,8 +23,8 @@
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk">
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk">
<!-- SUT -->

View File

@ -22,8 +22,8 @@
<description xmlns="http://www.jenitennison.com/xslt/xspec"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:f="http://www.lovullo.com/hoxsl/apply"
xmlns:foo="http://www.lovullo.com/_junk"
xmlns:f="http://mikegerwitz.com/hoxsl/apply"
xmlns:foo="http://mikegerwitz.com/_junk"
stylesheet="apply-gen-test.xsl">
<variable name="args">
@ -239,7 +239,7 @@
</call>
<expect label="is the QName of the target function"
select="QName( 'http://www.lovullo.com/_junk',
select="QName( 'http://mikegerwitz.com/_junk',
'sub-two' )" />
</scenario>
@ -260,7 +260,7 @@
tested and 8 results in a full application) -->
<scenario label="with partial functions of 8-ary target, given">
<variable name="qname"
select="QName( 'http://www.lovullo.com/_junk',
select="QName( 'http://mikegerwitz.com/_junk',
'foo:eight' )" />
<scenario label="one argument">