• Since https DTDs are no longer validatable

  • We tried to make OpenKM as intuitive as possible, but an advice is always welcome.
We tried to make OpenKM as intuitive as possible, but an advice is always welcome.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #41855  by Catscratch
 
Hi,

I noticed a problem that when create a PropertyGroups.xml it is no longer possible to validate them against your DTDs.

E.g. for 6.2 Community.
https://www.openkm.com/dtd/property-groups-2.1.dtd

W3C validation fails. You can try something like https://validator.w3.org/check .

And use:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.1//EN"
                                 "https://www.openkm.com/dtd/property-groups-2.1.dtd">
<property-groups>
  <property-group label="Consulting" name="okg:consulting">
    <input label="Code" type="text" name="okp:consulting.code" />
    <textarea label="Comment" name="okp:consulting.comment" />
  </property-group>
</property-groups>
It seems https connection doesn't return the file content the right way. On http (in the past) everything was fine.

Maybe you can have a look.
 #41857  by Catscratch
 
It's not a problem with OpenKM. At least not for me. It's a general problem e.g. when using other tools to build PropertyGroups.xml. Like with jDom2 or something else. The public DTD should be accessible and validatable with any tool or online service.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.