You import an XML file of phrases using the Import Phrases dialog box in Developer Studio.

The import phrases XML file must conform to phrase_import.dtd, found in the Oracle Commerce MDEX Engine conf/dtd directory. Here is a simple example of a phrase file that conforms to phrase_import.dtd:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE PHRASE_IMPORT SYSTEM "phrase_import.dtd">
<PHRASE_IMPORT>
   <PHRASE>Napa Valley</PHRASE>
   <PHRASE>low tannin</PHRASE>
</PHRASE_IMPORT>

To import phrases from an XML file:

The project's phrases.xml configuration file is updated with the new phrases.

Keep in mind that if you import a newer version of an import_phrases.xml file, the most recent import overwrites phrases from any previous import. All phrases you want to import should be contained in a single XML file.


Copyright © Legal Notices