[osis-core] New Users Manual
Troy A. Griffitts
osis-core@bibletechnologieswg.org
Sun, 07 Dec 2003 11:35:36 -0700
This is a multi-part message in MIME format.
--------------050003070507090404040903
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Oh, I see 'canonical' and 'short' in the patch file now! I'm so glad
you're not on crack! :)
A Unified Diff Patch includes _context_ along with the changes. Only
the lines prepended with a - or + are actually changed (- delete line)
(+ insert line)
Preceding the _context_ is a line number that should get you pretty
close to that section in your file. From our patch:
@@ -1273,6 +1273,7 @@
This means line 1273 in the file to be patched; and also line 1273 in
the file being patched (notice on the second patch,
@@ -1368,7 +1369,7 @@
the file being patched is 1 line greater than the file to be patched
because of the 1 line insert in the first patch).
Hope this helps,
-Troy.
PS. In anycase, a command like: patch -p0 < patch-2.0.1-cw1.diff
will update the schema for you if you like the changes :)
--------------050003070507090404040903
Content-Type: text/plain;
name="patch-2.0.1-cw1.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch-2.0.1-cw1.diff"
--- osisCore.2.0.1.xsd Sat Dec 6 20:14:14 2003
+++ osisCore.2.0.1-cw1.xsd Sat Dec 6 20:12:19 2003
@@ -1273,6 +1273,7 @@
<xs:element name="seg" type="segCT"/>
<xs:element name="title" type="titleCT"/>
<xs:element name="w" type="wCT"/>
+ <xs:element name="transChange" type="transChangeCT"/>
</xs:choice>
<xs:attribute name="canonical" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="short" type="xs:string" use="optional"/>
@@ -1368,7 +1369,7 @@
<xs:attribute name="canonical" type="xs:boolean" use="optional"/>
<xs:attribute name="gloss" type="xs:string" use="optional"/>
<xs:attribute name="lemma" type="osisGenType" use="optional"/>
- <xs:attribute name="morph" type="osisGenType" use="optional"/>
+ <xs:attribute name="morph" type="xs:string" use="optional"/>
<xs:attribute name="POS" type="osisGenType" use="optional"/>
<xs:attribute name="src" type="xs:string" use="optional"/>
<xs:attribute name="xlit" type="xs:string" use="optional"/>
--------------050003070507090404040903--