<div dir="ltr">Folks,<div><br></div><div>29500-1 mandates the use of "%".  If a non-conformant file is given, </div><div>implementations can do anything.  I believe that MS Word recovers</div><div>from many errors, and the omission of "%" is one of them.</div><div><br></div><div>Regards,</div><div>Makoto</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-19 23:42 GMT+09:00 Rex Jaeschke <span dir="ltr"><<a href="mailto:rex@rexjaeschke.com" target="_blank">rex@rexjaeschke.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----Original Message-----<br>
From: Charlie Clark [mailto:<a href="mailto:charlie.clark@clark-consulting.eu">charlie.clark@clark-<wbr>consulting.eu</a>]<br>
Sent: Monday, July 17, 2017 8:03 AM<br>
To: Rex Jaeschke <<a href="mailto:rex@rexjaeschke.com">rex@rexjaeschke.com</a>><br>
<br>
<br>
I've recently come across some of the lower level measurements and I'm not quite sure how to interpret them. Eg. ST_Percentage. The specification has this defined as:<br>
<br>
22.9.2.9 ST_Percentage (Percentage Value with Sign) This simple type specifies that its contents will contain a percentage measurement, with a trailing percent sign.<br>
<br>
And the regex is defined as "[0-9]+(\.[0-9]+)?%"<br>
<br>
But the percent sign appears in fact to be optional: how does this affect the value? For example, a mitre:<br>
<br>
<a:miter lim="800000"<br>
xmlns:a="<a href="http://schemas.openxmlformats.org/drawingml/2006/main" rel="noreferrer" target="_blank">http://schemas.<wbr>openxmlformats.org/drawingml/<wbr>2006/main</a>" /><br>
<br>
Is this the same as:<br>
<br>
<a:miter lim="800000%"<br>
xmlns:a="<a href="http://schemas.openxmlformats.org/drawingml/2006/main" rel="noreferrer" target="_blank">http://schemas.<wbr>openxmlformats.org/drawingml/<wbr>2006/main</a>" /><br>
<br>
ie. factor 8000?<br>
<br>
Should the regex be redefined as "[0-9]+(\.[0-9]+)?%?"<br>
<br>
Charlie<br>
<br>
<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><br>Praying for the victims of the Japan Tohoku earthquake<br><br>Makoto</div>
</div>