Page 1 of 1

Error in Metadata DTD spec?

PostPosted:Sat Jan 06, 2024 8:43 pm
by GrumpyCdnMan
Hi all,

New member here but have a background/career in IT since 1979. I have used OpenKM for many years now in the most basic way and there are currently no issues. Any that I have had, I have always tackled on my own.

Today, I was editing the Metadata XML file when I thought I would look at (just out of curiosity) the specification as declared at the beginning of the file:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.0//EN" "http://www.openkm.com/dtd/property-groups-2.0.dtd">
<property-groups>
I went to the link "http://www.openkm.com/dtd/property-groups-2.0.dtd" in my browser (Chrome) to just take a peek. Chrome displayed this:
Image
I did "view the page source" and it all seemed to be there as far as I know.

Is this something of concern? If you need more info, just ask.
-----------------------------------------------
Workstation:
Windows 10 Pro
Chrome Version 120.0.6099.199 (Official Build) (64-bit)
Java JRE 1.8.0_60

Server
Windows Server 2016 Standard
  • RAM 32G
  • XEON E5503
MySQL8.0.22
IIS 10
OpenKM 6.3.11 (build: d7abb25) with Community Extension
Tomcat 8.5.34
Java 1.8.0_391

Re: Error in Metadata DTD spec?

PostPosted:Tue Jan 30, 2024 7:54 am
by jllort
Compare your definition with what is in the documentation -> https://docs.openkm.com/kcenter/view/ok ... ition.html -> I suggest writing again to prevent hidden characters or something wrong.

Does your server have a connection to the Internet, otherwise, you should reference the file locally -> as described here https://docs.openkm.com/kcenter/view/ok ... esystemDTD