
Hi Raff, No, this is freshly-generated from an existing ODD, using the latest bleeding-edge Oxygen plugin, meaning that it's the current stylesheets and the current P5 from dev. To build P5, you usually have to point it at the location of your stylesheet checkout: XSL=/home/rviglian/Projects/tei-code/TEI/Stylesheets or whatever. Cheers, Martin On 15-11-03 07:13 AM, Raffaele Viglianti wrote:
Hi Martin,
When I first made that change, I mistakenly pointed the ref to att.certainty and att.probability instead of data.certainty and data.probability. I fixed this after jenkins complained, but I imagine that the rng still got created and it might have looked like the one you included in your email.
Is it possible that you're looking at an older RNG and/or need to rebuild?
Also I've been trying to build locally to replicate your problem, but when I `make` in P5 I get this error: /home/rviglian/Projects/tei-code/TEI/P5/antbuilder.xml:186: stylesheet /home/rviglian/Projects/tei-code/TEI/P5/p5odds.isosch.xsl doesn't exist. Have I missed a step?
Raff
On Mon, Nov 2, 2015 at 6:19 PM, Martin Holmes <mholmes@uvic.ca> wrote:
Hi all,
The @cert in att.global.responsibility now has a janus value (att.certainty or att.probability). However, when I process one of my existing ODDs using the current dev tree, I get an empty value in my RNG:
<define name="att.global.responsibility.attributes"> <ref name="att.global.responsibility.attribute.cert"/> <ref name="att.global.responsibility.attribute.resp"/> </define> <define name="att.global.responsibility.attribute.cert"> <optional> <attribute name="cert"> <a:documentation xmlns:a=" http://relaxng.org/ns/compatibility/annotations/1.0">(certainty) signifies the degree of certainty associated with the intervention or interpretation.</a:documentation> <empty/> </attribute> </optional> </define> <define name="att.global.responsibility.attribute.resp"> <optional> <attribute name="resp"> <a:documentation xmlns:a=" http://relaxng.org/ns/compatibility/annotations/1.0">(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</a:documentation> <list> <oneOrMore> <ref name="data.pointer"/> </oneOrMore> </list> </attribute> </optional> </define>
Any idea why this might be happening?
Cheers, Martin -- tei-council mailing list tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
PLEASE NOTE: postings to this list are publicly archived