Project

General

Profile

« Previous | Next » 

Revision 7941

web/vegpath/index.php: XPath resources: Added # before XPath because the XPath is actually a location within the resource, and thus resolvable by the client (or user) themselves, rather than part of the redirected URL (which only needs to forward to the XML schema file)

View differences:

index.php
145 145
		add_ns("DwC-history", ".term", "http://rs.tdwg.org/dwc/terms/history/#");
146 146
		print("</blockquote>\n"); $h_level--;
147 147
	}
148
	add_ns("TCS", "/XPath", "http://www.tdwg.org/standards/117/download/#/v101.xsd#");
149
	add_ns("VegX", "/XPath", "http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#");
148
	add_ns("TCS", "#/XPath", "http://www.tdwg.org/standards/117/download/#/v101.xsd#");
149
	add_ns("VegX", "#/XPath", "http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#");
150 150
	print("</blockquote>\n");
151 151
}
152 152
print("<h3>Aggregators</h3>");

Also available in: Unified diff