ca5f476ebacf0684605124c0410d08604231adddcsovant<?xml version="1.0" encoding="ISO-8859-1"?>
ca5f476ebacf0684605124c0410d08604231adddcsovant<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
ca5f476ebacf0684605124c0410d08604231adddcsovant<!--
ca5f476ebacf0684605124c0410d08604231adddcsovant ! CDDL HEADER START
ca5f476ebacf0684605124c0410d08604231adddcsovant !
ca5f476ebacf0684605124c0410d08604231adddcsovant ! The contents of this file are subject to the terms of the
ca5f476ebacf0684605124c0410d08604231adddcsovant ! Common Development and Distribution License, Version 1.0 only
ca5f476ebacf0684605124c0410d08604231adddcsovant ! (the "License"). You may not use this file except in compliance
ca5f476ebacf0684605124c0410d08604231adddcsovant ! with the License.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac !
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
ca5f476ebacf0684605124c0410d08604231adddcsovant ! or http://forgerock.org/license/CDDLv1.0.html.
ca5f476ebacf0684605124c0410d08604231adddcsovant ! See the License for the specific language governing permissions
ca5f476ebacf0684605124c0410d08604231adddcsovant ! and limitations under the License.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac !
ca5f476ebacf0684605124c0410d08604231adddcsovant ! When distributing Covered Code, include this CDDL HEADER in each
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac ! file and include the License file at legal-notices/CDDLv1_0.txt.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac ! If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac ! fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac ! information:
ca5f476ebacf0684605124c0410d08604231adddcsovant ! Portions Copyright [yyyy] [name of copyright owner]
ca5f476ebacf0684605124c0410d08604231adddcsovant !
ca5f476ebacf0684605124c0410d08604231adddcsovant ! CDDL HEADER END
ca5f476ebacf0684605124c0410d08604231adddcsovant !
ca5f476ebacf0684605124c0410d08604231adddcsovant ! Copyright 2013 ForgeRock AS.
ca5f476ebacf0684605124c0410d08604231adddcsovant ! -->
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:output method="xml" indent="yes"/>
ca5f476ebacf0684605124c0410d08604231adddcsovant
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:param name="filetomerge"/>
ca5f476ebacf0684605124c0410d08604231adddcsovant
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:template match="/">
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:element name="qa">
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:element name="functional-tests">
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:copy-of select="/qa/functional-tests/identification"/>
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:element name="results">
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:copy-of select="/qa/functional-tests/results/*"/>
ca5f476ebacf0684605124c0410d08604231adddcsovant <xsl:copy-of select="document($filetomerge)/qa/functional-tests/results/*"/>
ca5f476ebacf0684605124c0410d08604231adddcsovant </xsl:element>
ca5f476ebacf0684605124c0410d08604231adddcsovant </xsl:element>
ca5f476ebacf0684605124c0410d08604231adddcsovant </xsl:element>
ca5f476ebacf0684605124c0410d08604231adddcsovant
ca5f476ebacf0684605124c0410d08604231adddcsovant </xsl:template>
ca5f476ebacf0684605124c0410d08604231adddcsovant</xsl:stylesheet>
ca5f476ebacf0684605124c0410d08604231adddcsovant