Documentation updates

This commit is contained in:
James Agnew 2014-11-21 12:24:31 -05:00
parent fae63edf36
commit 24595ca6db
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ public class XhtmlDt extends BasePrimitive<List<XMLEvent>> {
* surrounding the text.
* </p>
* <p>
* Also note that if the parsed text contains any entities (&foo;) which are not a part of the entities defined in core XML (e.g. &sect; which
* Also note that if the parsed text contains any entities (&foo;) which are not a part of the entities defined in core XML (e.g. &amp;sect; which
* is valid in XHTML 1.0 but not in XML 1.0) they will be parsed and converted to their equivalent unicode character.
* </p>
*/

View File

@ -97,13 +97,13 @@
templates and create new ones, and share these back with us so that
we can continue to build out the library. To see the current
template library, see the source repository
<a href="http://sourceforge.net/p/hl7api/fhircode/ci/master/tree/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/">here</a>.
<a href="https://github.com/jamesagnew/hapi-fhir/tree/master/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative">here</a>.
</p>
<p>
Note that these templates expect a few specific CSS definitions
to be present in your site's CSS file. See the
<a href="http://sourceforge.net/p/hl7api/fhircode/ci/master/tree/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/narrative.css">narrative CSS</a>
<a href="https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/hapi-narrative.css">narrative CSS</a>
to see these.
</p>