I am working on a personal commentary and have the following markup and despite the paragraph tags (<p> ) the Sword Project frontend runs all the text together. Am I doing something wrong or is this a bug?
<osis xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bibletechnologies.net/2003/OSIS/namespace http://www.bibletechnologies.net/osisCore.2.1.1.xsd"> <osisText osisIDWork="MyCommentary" osisRefWork="defaultReferenceScheme" xml:lang="en"> <header> <work osisWork="MyCommentary"> <title>MyCommentary</title> <identifier type="OSIS">Bible.MyCommentary</identifier> <refSystem>Bible.KJV</refSystem> </work> <work osisWork="defaultReferenceScheme"> <refSystem>Bible.KJV</refSystem> </work> </header> <div type="x-testament"> <div type="book" osisID="Gen"> <title>Genesis</title> <div type="chapter" annotateType="commentary" annotateRef="Gen.1"> <div type="section" annotateType="commentary" annotateRef="Gen.1.1"> <p> Some note here </p> <p> Some other note here. </p> </div> </div> </div> </div> </osisText> </osis> -- View this message in context: http://sword-dev.350566.n4.nabble.com/OSIS-Commentary-p-tag-does-not-generate-a-new-line-line-break-tp3951147p3951147.html Sent from the SWORD Dev mailing list archive at Nabble.com. _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
