EBStudio2の変換作業環境の保存形式であり、XML 1.0に準拠しています。
ebxファイルは Windows版とMac版とで共通に使用できますが、基準パスと出力パスはOS環境に合わせて変更する必要があります。
各要素の意味は、EBStudio1.x用の .ebs と共通です。オプション画面で設定項目のない項目も、.ebx では指定できます。
例:
<?xml version="1.0"?>
<BookSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<booklist>
<BookInfo>
<source>
<SourceInfo>
<inFile>$(BASE)\myp.html</inFile>
<title>マイペディア</title>
<sourceTypeID>0</sourceTypeID>
</SourceInfo>
<SourceInfo>
<inFile>$(BASE)\menu.html</inFile>
<title>メニュー</title>
<sourceTypeID>0</sourceTypeID>
</SourceInfo>
</source>
<bookTitle>マイペディア</bookTitle>
<dirName>MYPAEDIA</dirName>
<bookTypeID>80</bookTypeID>
<complexDef>$(BASE)\complex.xml</complexDef>
<copyright />
<gaijiMap>$(BASE)\GaijiMap.xml</gaijiMap>
<gaijiFont>$(BASE)\Gaiji.xml</gaijiFont>
<indexFile />
<g8x16>GAI16H00</g8x16>
<g16x16>GAI16F00</g16x16>
<g12x24 />
<g24x24 />
<g16x30 />
<g32x30 />
<g24x48 />
<g48x48 />
<separateMMData>true</separateMMData>
</BookInfo>
</booklist>
<basePath>C:\DICT_Src\paedia_SRC\</basePath>
<outputPath>C:\DICT\MYPAEDIA\</outputPath>
<ebType>1</ebType>
<indexDef>255</indexDef>
<convertOpt>
<stopWord>a the</stopWord>
<delBlank>true</delBlank>
<delSym>true</delSym>
<delChars />
<refAuto>true</refAuto>
<titleWord>true</titleWord>
<autoWord>false</autoWord>
<autoEWord>false</autoEWord>
<dispKeyInSelList>false</dispKeyInSelList>
<FRAuto>false</FRAuto>
<titleOrder>0</titleOrder>
<addKana>1</addKana>
<autoKana>false</autoKana>
<omitHeader>false</omitHeader>
<titleLen>128</titleLen>
<typeCplxKwd>0</typeCplxKwd>
<topMenu>false</topMenu>
<singleLine>false</singleLine>
<kanaSep1>【</kanaSep1>
<kanaSep2>】</kanaSep2>
<hyokiSep>true</hyokiSep>
<makeFig>true</makeFig>
<inlineImg>false</inlineImg>
<paraHdr>false</paraHdr>
<ruby>true</ruby>
<paraBr>false</paraBr>
<subTitle>false</subTitle>
<dfnStyle>0</dfnStyle>
<srchUnit>0</srchUnit>
<linkChar>0</linkChar>
<arrowCode>222A</arrowCode>
<HTagIndex>true</HTagIndex>
<HTagMenu>true</HTagMenu>
<DTTagIndex>true</DTTagIndex>
<leftMargin>1</leftMargin>
<indent>0</indent>
<tableWidth>480</tableWidth>
<kwordLen>1</kwordLen>
<delLeadNo>false</delLeadNo>
<eijiPronon>true</eijiPronon>
<eijiPartOfSpeech>true</eijiPartOfSpeech>
<eijiBreak>true</eijiBreak>
<eijiKana>false</eijiKana>
<eijiYomi>0</eijiYomi>
<withHeader>0</withHeader>
<optMono>false</optMono>
<pdicTitle>0</pdicTitle>
<pdicPronon>1</pdicPronon>
<pdicHonbun>0</pdicHonbun>
<pdicYorei>0</pdicYorei>
<maxStringT>32000000</maxStringT>
</convertOpt>
</BookSet>