I know you didn't ask anyone to do this, but I just thought I'd do it anyway: I checked out your branch and tried to build it locally. Worked, as they say, up to a point: but it fell over checking validity of the revised P5 it had just built (my guess is that p5.nvdl needs to know about the namespaces you're using) The reason the xenodata element doesn't format properly is that you've shovelled an obscenely long line (the one containing the mods:abstract) into the exemplum. This example is really not suitable anyway (much too big) so I'd suggest drastically simplifying or removing it. I removed it in my local copy, and both these problems went away. BUILD: Check validity with nvdl, first examples with feasible validity, and then the valid ones ./run-onvdl p5.nvdl p5.xml /usr/bin/onvdl /home/lou/Public/P5-xeno/p5.xml:21176:13: error: elements from namespace "http://www.loc.gov/mods/v3" are not allowed /home/lou/Public/P5-xeno/p5.xml:21260:24: error: element "scholarly_object" from namespace "http://www.tei-c.org/ns/Examples" not allowed in this context /home/lou/Public/P5-xeno/p5.xml:21176:13: error: elements from namespace "http://www.loc.gov/mods/v3" are not allowed /home/lou/Public/P5-xeno/p5.xml:21260:24: error: element "scholarly_object" from namespace "http://www.tei-c.org/ns/Examples" not allowed in this context Error: nvdl run found problems make: *** [valid] Error 1 On 29/06/15 19:01, Syd Bauman wrote:
I've put a complete copy of a P5-for-xenoData/ *with a built set of Guidelines and Exemplars* at http://paramedic.wwp.neu.edu/~syd/temp/TEI_Council/.
So see, e.g. http://paramedic.wwp.neu.edu/~syd/temp/TEI_Council/P5-for-xenoData/Guideline... (And someone let me know what the heck is the problem with the formatting -- it looks awful.)
And use the schema at http://paramedic.wwp.neu.edu/~syd/temp/TEI_Council/P5-for-xenoData/Exemplars... to test it out.