To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51237 Issue #:|51237 Summary:|localize -e -> Error: "Missplaced close tag: </prop>" |in line 2480: "</prop>" Component:|framework Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|ihi Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Jun 26 15:01:41 -0700 2005 ------- Hi, while running localize -e -l en-US -f /home/oo/BuildDir/GSI/en-US.sdf I see several lines like ### Fetching source language strings ............................................................................... Error: "Missplaced close tag: </prop>" in line 2480: "</prop>" Error: "Missplaced close tag: </prop>" in line 2481: "</prop>" Error: "Missplaced close tag: </prop>" in line 2497: "</prop>" Error: "Missplaced close tag: </prop>" in line 2498: "</prop>" Error: "Missplaced close tag: </prop>" in line 2514: "</prop>" Error: "Missplaced close tag: </prop>" in line 2515: "</prop>" There is no file name, but by using grep I found it is officecfg/registry/data/org/openoffice/VCL.xcu The above mentioned line numbers exactly much these: [EMAIL PROTECTED]:~/.ooo/ooo_SRC680_m112_src> grep -n "<value/></prop>" officecfg/registry/data/org/openoffice/VCL.xcu 2480: <prop oor:name="SubstFontsPS"><value/></prop> 2481: <prop oor:name="SubstFontsHTML"><value/></prop> 2497: <prop oor:name="SubstFontsPS"><value/></prop> 2498: <prop oor:name="SubstFontsHTML"><value/></prop> 2514: <prop oor:name="SubstFontsPS"><value/></prop> 2515: <prop oor:name="SubstFontsHTML"><value/></prop> 2876: <prop oor:name="SubstFontsPS"><value/></prop> 2877: <prop oor:name="SubstFontsHTML"><value/></prop> 2893: <prop oor:name="SubstFontsPS"><value/></prop> 2894: <prop oor:name="SubstFontsHTML"><value/></prop> 2933: <prop oor:name="SubstFontsPS"><value/></prop> 2934: <prop oor:name="SubstFontsHTML"><value/></prop> 2973: <prop oor:name="SubstFontsPS"><value/></prop> 2974: <prop oor:name="SubstFontsHTML"><value/></prop> 4347: <prop oor:name="SubstFontsPS"><value/></prop> 4348: <prop oor:name="SubstFontsHTML"><value/></prop> 4364: <prop oor:name="SubstFontsPS"><value/></prop> 4365: <prop oor:name="SubstFontsHTML"><value/></prop> 4381: <prop oor:name="SubstFontsPS"><value/></prop> 4382: <prop oor:name="SubstFontsHTML"><value/></prop> 5249: <prop oor:name="SubstFontsPS"><value/></prop> 5250: <prop oor:name="SubstFontsHTML"><value/></prop> 5312: <prop oor:name="SubstFontsPS"><value/></prop> 5313: <prop oor:name="SubstFontsHTML"><value/></prop> [EMAIL PROTECTED]:~/.ooo/ooo_SRC680_m112_src> Looks like something can't parse empty "value"... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
