Details
-
Type: Bug
-
Status: Open (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: osis2mod
-
Labels:None
-
Environment:
observed in r2671 (Win32 VC+2010 build, not that it should matter)
Description
Overzealous milestoning in osis2mod will convert valid markup:
<lg>
<l>...</l>
</lg>
to invalid:
<lg/>
<l/>...<l/>
<lg/>
(Automatically added attributes omitted.) This produces <l/> elements in illegal environments, outside of <lg/> containers.