Changes between Initial Version and Version 1 of Ticket #1247
- Timestamp:
- 03/20/13 05:47:34 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1247 – Description
initial v1 1 When making a profile, indexing could be quite easily delegated to iso19139 using:1 When making a profile, indexing could be quite easily delegated to iso19139 in schema/index-fields.xsl using: 2 2 3 3 {{{ 4 4 <?xml version="1.0" encoding="UTF-8"?> 5 5 <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"/> 7 7 </xsl:stylesheet> 8 8 }}}