<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT index EMPTY>
<!ATTLIST index
file CDATA #REQUIRED>
»öÀÎ ÆÄÀÏÀÇ ±¸¼º ¸¶Å©¾÷:
<!ELEMENT index (entry)* >
<!ELEMENT entry (entry | topic)* >
<!ATTLIST entry keyword CDATA #REQUIRED >
<!ELEMENT topic EMPTY >
<!ATTLIST topic href CDATA #REQUIRED >
<!ATTLIST topic title CDATA #IMPLIED >
index ¿ä¼Ò
index ¿ä¼Ò´Â »öÀÎ ÀνºÅϽº¸¦ ³ªÅ¸³À´Ï´Ù. »öÀÎÀº Ç׸ñÀ¸·Î ±¸¼ºµÇ¸ç, °¢ Ç׸ñÀº ƯÁ¤ Ű¿öµå¿¡ ÇØ´çÇÕ´Ï´Ù. Á¦°øµÈ ¸ðµç »öÀÎÀº µµ¿ò¸» ½Ã½ºÅÛ¿¡¼ »ç¿ëÀÚ¿¡°Ô Á¦°øÇÏ´Â ÇϳªÀÇ ¸¶½ºÅÍ »öÀÎÀ¸·Î º´Çյ˴ϴÙ. »öÀÎÀÌ ºôµåµÇ´Â °æ¿ì Ç׸ñÀº ¾ËÆÄºª¼øÀ¸·Î Ãß°¡µË´Ï´Ù.
entry ¿ä¼Ò
entry ¿ä¼Ò´Â »öÀΠŰ¿öµå¸¦ ³ªÅ¸³À´Ï´Ù. °¢ Ç׸ñ¿¡´Â Ű¿öµå¿Í ¿¬°üµÇ¾î ÀÖ´Â µµ¿ò¸» Ç׸ñ¿¡ ´ëÇÑ ¿©·¯ ¸µÅ©°¡ Æ÷Ç﵃ ¼ö ÀÖ½À´Ï´Ù. Ç׸ñÀº ¶ÇÇÑ Å°¿öµå °èÃþ ±¸Á¶¸¦ Çü¼ºÇϱâ À§ÇØ ´Ù¸¥ Ç׸ñ(ÇÏÀ§ Ç׸ñ)ÀÇ ÄÁÅ×À̳ʰ¡ µÉ ¼öµµ ÀÖ½À´Ï´Ù. Ç׸ñÀº ÇÏÀ§ Ç׸ñÀÇ ÄÁÅ×À̳ʰ¡ µÉ ¼ö ÀÖÀ¸¸ç ¿©·¯ ÁÖÁ¦¸¦ µ¿½Ã¿¡ °¡Áú ¼ö ÀÖ½À´Ï´Ù.
ÁÖÁ¦ ¿ä¼Ò
topic ¿ä¼Ò´Â Ű¿öµå¿Í °ü·ÃµÈ µµ¿ò¸» ¸ñÂ÷¿¡ ´ëÇÑ ÂüÁ¶¸¦ Á¦°øÇÕ´Ï´Ù. href ¼Ó¼ºÀº Manifest ÆÄÀÏÀÌ ¼ÓÇÑ Ç÷¯±×Àο¡ »ó´ëÀûÀÔ´Ï´Ù. ´Ù¸¥ Ç÷¯±×Àο¡ ÀÖ´Â ÆÄÀÏ¿¡ ¾×¼¼½ºÇØ¾ß ÇÏ´Â °æ¿ì ´ÙÀ½ ±¸¹®À» »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.
<topic label="topic in another plug-in" href="../other.plugin.id/concepts/some_other_file.html" />
title ¼Ó¼ºÀº ¿©·¯ ÁÖÁ¦°¡ ´ÜÀÏ Å°¿öµå¿Í ¿¬°üµÈ °æ¿ì µµ¿ò¸» ¸ñÂ÷¿¡ ´ëÇÑ ¸µÅ©ÀÇ À̸§À» ÁöÁ¤ÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù. ¼Ó¼ºÀÌ ÁöÁ¤µÇÁö ¾ÊÀº °æ¿ì ÇØ´ç ¸µÅ©¸¦ ¼ÒÀ¯ÇÑ TOC¿¡¼ Á¦¸ñÀ» °¡Á®¿É´Ï´Ù. ¸µÅ©°¡ TOC¿¡ ¼ÓÇØ ÀÖÁö ¾ÊÀº °æ¿ì title ¼Ó¼ºÀ» ÁöÁ¤ÇØ¾ß ÇÕ´Ï´Ù. ±×·¸Áö ¾ÊÀ¸¸é Á¦¸ñÀÌ Á¤ÀǵÇÁö ¾Ê°Ô µË´Ï´Ù.
(plugin.xml ÆÄÀÏÀÇ °æ¿ì)
<extension point=
"org.eclipse.help.index"
>
<index file=
"index.xml"
/>
</extension>
(in file index.xml)
<index>
<entry keyword="Vehicle">
<topic href="inventory_of_wheel.html"/>
<entry keyword="Car">
<topic href="car.html"/>
</entry>
<entry keyword="Ship">
<topic href="ship.html"/>
</entry>
<entry keyword="Airplane">
<topic href="airplane.html" title="History of aviation"/>
<topic href="jet.html" title="Jet engine"/>
</entry>
</entry>
<entry keyword="Engine">
<entry keyword="Horse">
<topic href="horse.html"/>
</entry>
<entry keyword="Steamer">
<topic href="steamer.html"/>
</entry>
<entry keyword="Wankel engine">
<topic href="wankel.html"/>
</entry>
<entry keyword="Jet engine">
<topic href="jet.html"/>
</entry>
</entry>
<entry keyword="Electricity">
<topic href="electricity.html"/>
</entry>
</index>
Internationalization »öÀÎ XML ÆÄÀÏÀ» º¯È¯ÇÒ ¼ö ÀÖÀ¸¸ç °á°ú »çº»(º¯È¯µÈ Ű¿öµå Æ÷ÇÔ)Àº nl/<language>/<country> ¶Ç´Â nl/<language> µð·ºÅ丮¿¡ À§Ä¡ÇØ¾ß ÇÕ´Ï´Ù. <language> and <country>´Â ·ÎÄÉÀÏ Äڵ忡 »ç¿ëµÇ´Â 2ÀÚ ¾ð¾î ¹× ±¹°¡ Äڵ带 ³ªÅ¸³À´Ï´Ù. ¿¹¸¦ µé¾î, ´ë¸¸¾î º¯È¯Àº nl/zh/TW µð·ºÅ丮¿¡ À§Ä¡ÇØ¾ß ÇÕ´Ï´Ù. nl/<language>/<country> µð·ºÅ丮´Â nl/<language>º¸´Ù ¿ì¼±¼øÀ§°¡ ³ô½À´Ï´Ù. nl/<language>/<country>¿¡ ÆÄÀÏÀÌ ¾ø´Â °æ¿ì¿¡¸¸ nl/<language>¿¡ ÀÖ´Â ÆÄÀÏÀÌ »ç¿ëµË´Ï´Ù. Ç÷¯±×ÀÎÀÇ ·çÆ® µð·ºÅ丮´Â ³ªÁß¿¡ °Ë»öµË´Ï´Ù.
Copyright (c) 2006 Intel Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.