strip-periods on text element

Following a suggestion from Rintze, I’ve hooked up Jing validation as
an option in grind.py, and am starting to work through the fixtures
(and, uh, fix them).

I’m getting a failure in the test “magic_StripPeriodsTrue”, which
uses strip-periods on a text element. The error is:

ATTRIBUTE “STRIP-PERIODS” NOT ALLOWED AT THIS POINT; IGNORED @ line 14

1 <style xmlns="http://purl.org/net/xbiblio/csl"
2 class="in-text"
3 xml:lang="en"
4 version=“1.0”>
5
6
7
8 2009-08-10T04:49:00+09:00
9
10
11
12
13
14
15
16
17

Checking back mail, it looks like the text element is one of the
targets of this attribute (so that it can be applied to journal
titles). Is this a bug in the schema, or have I missed something?

Frank

Fixed; thanks.

Bruce