Where is the validation DTD of the public ID"-//TIBCO/BusinessFactor 3.2 XML Specification//EN" in a BF XML document?

Where is the validation DTD of the public ID"-//TIBCO/BusinessFactor 3.2 XML Specification//EN" in a BF XML document?

book

Article ID: KB0091473

calendar_today

Updated On:

Products Versions
TIBCO BusinessFactor -
Not Applicable -

Description

Resolution:
The domain specific version of this DTD can be found at
http://{servername}/emsadmin/schema/{customerID}/metadomain2.dtd
where  {servername} is your BF server host name and {customerId} is the id for BF server conext ("customer").

So, the header should look like:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE PrajaEventCollection PUBLIC "-//TIBCO/BusinessFactor 3.2 XML Specification//EN" "http://localhost/emsadmin/schema/bftest/metadomain2.dtd">

The XML document can also be validated using an XML schema.

Environment

Product: TIBCO BusinessFactor Version: 3.2.0 OS: All --------------------

Issue/Introduction

Where is the validation DTD of the public ID"-//TIBCO/BusinessFactor 3.2 XML Specification//EN" in a BF XML document?