Re: Preferred solution to non-validating xml:lang?

2012-03-06 Thread Jacques Le Roux
Shark should soon no longer be a problem as we we want to put it aside from the trunk repositories Jacques From: Anne a...@cohsoft.com.au Thanks Adrian. Have provided a patch for this as https://issues.apache.org/jira/browse/OFBIZ-4723 While working on this, I noticed

Re: Preferred solution to non-validating xml:lang?

2012-03-05 Thread Anne
Thanks Adrian. Have provided a patch for this as https://issues.apache.org/jira/browse/OFBIZ-4723 While working on this, I noticed org.ofbiz.webtools.labelmanager.LabelManagerFactory.java and org.ofbiz.webtools.labelmanager.LabelReferences.java have hard-coded references to the shark component.

Re: Preferred solution to non-validating xml:lang?

2012-02-29 Thread Adrian Crum
I would recommend that we support both versions of the xml:lang attribute. The UtilProperties class and the Label Manager application can be updated to read either version and write the correct version. That way we will have an upgrade path without breaking backward compatibility. -Adrian

Preferred solution to non-validating xml:lang?

2012-02-28 Thread Anne
The schema at framework/base/dtd/ofbiz-properties.xsd is intended for the labels xml files. Currently those files do not to refer to a schema. So I tried to change that. However the ofbiz-properties.xsd itself wouldn't validate, so I fixed that, and then added it as the schema to a sample