Skip to content

Commit

Permalink
controle xslt op 14.8 domeinlijsten gezet
Browse files Browse the repository at this point in the history
  • Loading branch information
RLHuisman committed Jul 14, 2023
1 parent d90741d commit aa6de13
Show file tree
Hide file tree
Showing 5 changed files with 92,040 additions and 70,211 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsi="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xdt="http://www.w3.org/2005/xpath-datatypes" xmlns:imsikb0101="http://www.sikb.nl/imsikb0101" xmlns:immetingen="http://www.sikb.nl/immetingen" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gsr="http://www.isotc211.org/2005/gsr" xmlns:gss="http://www.isotc211.org/2005/gss" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:om="http://www.opengis.net/om/2.0" xmlns:sam="http://www.opengis.net/sampling/2.0" xmlns:sams="http://www.opengis.net/samplingSpatial/2.0" xmlns:spec="http://www.opengis.net/samplingSpecimen/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sikb="http://xslcontrole.sikb" xmlns:issad="http://www.broservices.nl/xsd/issad/1.0" xsi:schemaLocation="http://www.broservices.nl/xsd/issad/1.0 .//issad-messages.xsd">
<xsl:output method="xml" indent="yes"/>
<!-- global variables -->
<xsl:variable name="imsikb0101LookupFile" select="string('imsikb0101 lookup v14.7.0.xml')"/>
<xsl:variable name="immetingenLookupFile" select="string('immetingen lookup v14.7.0.xml')"/>
<xsl:variable name="imsikb0101LookupFile" select="string('imsikb0101 lookup v14.8.0.xml')"/>
<xsl:variable name="immetingenLookupFile" select="string('immetingen lookup v14.8.0.xml')"/>
<xsl:template match="/">
<ArrayOfLogRecord>
<!-- file dataflow check -->
Expand Down
Loading

0 comments on commit aa6de13

Please sign in to comment.