Changes between Initial Version and Version 1 of Ticket #1247


Ignore:
Timestamp:
Mar 20, 2013, 5:47:34 AM (11 years ago)
Author:
fxp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1247 – Description

    initial v1  
    1 When making a profile, indexing could be quite easily delegated to iso19139 using:
     1When making a profile, indexing could be quite easily delegated to iso19139 in schema/index-fields.xsl using:
    22
    33{{{
    44<?xml version="1.0" encoding="UTF-8"?>
    55<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
    6     <xsl:import href="../iso19139.fra/index-fields.xsl"/>
     6    <xsl:import href="../iso19139/index-fields.xsl"/>
    77</xsl:stylesheet> 
    88}}}