Files
asterisk/doc/appdocsxml.dtd
Eliel C. Sardanons 50d28d5086 Merged revisions 194982 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r194982 | eliel | 2009-05-16 16:01:22 -0400 (Sat, 16 May 2009) | 20 lines
  
  Allow to include sections of other parts of the xml documentation.
  
  Avoid duplicating xml documentation by allowing to include other parts of
  the xml documentation using XInclude.
  Example:
     <xi:include xpointer="xpointer(/docs/function[@name='CHANNEL']/synopsis)" />
  (Insert this line to include the synopsis of the CHANNEL function xml
  documentation).
  
  It is also possible to include documentation from other files in the
  'documentation/' directory using the href="" attribute inside a xinclude
  element.
  
  (closes issue #15107)
  Reported by: lmadsen
  
  (issue #14444)
  Reported by: ewieling
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@195093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-18 13:46:10 +00:00

3.0 KiB