Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

arc_contexts.xsl
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<xsl:stylesheet version="1.0"
3
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://www.w3.org/2005/xpath-functions"
4
	xmlns:ands="http://ands.org.au/standards/rif-cs/registryObjects"
5
	exclude-result-prefixes="fn">
3
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://www.w3.org/2005/xpath-functions"
4
                xmlns:ands="http://ands.org.au/standards/rif-cs/registryObjects"
5
                exclude-result-prefixes="fn">
6 6

  
7
	<xsl:output indent="yes" />
8
	
7
	<xsl:output indent="yes"/>
8

  
9 9
	<xsl:template match="/">
10 10
		<fundings>
11 11
			<fundingtree>
......
26 26
					</funder>
27 27
					<funding_level_0>
28 28
						<id>
29
							<xsl:value-of select="concat('arc_________::ARC::', normalize-space(.))" />
29
							<xsl:value-of select="concat('arc_________::ARC::', normalize-space(.))"/>
30 30
						</id>
31 31
						<name>
32
							<xsl:value-of select="normalize-space(.)" />
32
							<xsl:value-of select="normalize-space(.)"/>
33 33
						</name>
34 34
						<description>
35
							<xsl:value-of select="normalize-space(.)" />
35
							<xsl:value-of select="normalize-space(.)"/>
36 36
						</description>
37 37
						<parent></parent>
38 38
						<class>arc:fundingStream</class>

Also available in: Unified diff