Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1108428

Summary: [TMX] URL of TMX.dtd is changed to http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd
Product: [Retired] Zanata Reporter: Ding-Yi Chen <dchen>
Component: Component-PersistenceAssignee: Damian Jansen <djansen>
Status: CLOSED UPSTREAM QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.4CC: zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-29 03:28:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ding-Yi Chen 2014-06-12 03:59:47 UTC
Description of problem:
The original URL of tmx14.dtd i.e.
http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd
is no longer valid.

The new dtd is located at:
http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd

Without valid DTD URL XML validator or some tidy utilities like xmltidy
will not work.

Version-Release number of selected component (if applicable):
Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-7-g20fdf93) 

How reproducible:
Always

Steps to Reproduce:
1. Export any of the TMX to file.
2. Search the "<!DOCTYPE tmx" in the TMX file.

Actual results:
<!DOCTYPE tmx SYSTEM "http://www.lisa.org/tmx/tmx14.dtd">

Expected results:
<!DOCTYPE tmx SYSTEM "http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd">

Additional info:

Comment 1 Damian Jansen 2014-09-02 06:09:46 UTC
I think you've made an error in the description - both links are the same.

Comment 2 Ding-Yi Chen 2014-09-02 23:29:54 UTC
Sorry, the original is  "http://www.lisa.org/tmx/tmx14.dtd" and it should be corrected as <!DOCTYPE tmx SYSTEM "http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd">

Comment 3 Zanata Migrator 2015-07-29 03:28:42 UTC
Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-285