PageRenderTime 48ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/Source/SandcastleMAMLGuide/Content/CommonInline/placeholder.aml

#
Unknown | 37 lines | 36 code | 1 blank | 0 comment | 0 complexity | f0402e7a0aab3b3d0a67b3c802893748 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <topic id="d995d093-ce18-4a7e-bd03-82c6c0b4fd72" revisionNumber="1">
  3. <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <introduction>
  5. <para>This element is used as a placeholder. By default, it renders text
  6. in a style determined by the presentation style. It may have specific use in
  7. custom build components.</para>
  8. </introduction>
  9. <section>
  10. <title>Usage</title>
  11. <content>
  12. <para>Enter the element in the topic. It's inner text and the end result
  13. is implementation dependent.</para>
  14. </content>
  15. </section>
  16. <section>
  17. <title>Example</title>
  18. <content>
  19. <code lang="xml" title=" ">
  20. Something useful could go &lt;placeholder&gt;here&lt;/placeholder&gt; if a
  21. build component made use of it.
  22. </code>
  23. </content>
  24. </section>
  25. <section>
  26. <title>Example Output</title>
  27. <content>
  28. <para>Something useful could go <placeholder>here</placeholder> if a
  29. build component made use of it.</para>
  30. </content>
  31. </section>
  32. <relatedTopics>
  33. <link xlink:href="b96d95c0-ec3c-4846-998a-4b43548bfa0e" />
  34. </relatedTopics>
  35. </developerConceptualDocument>
  36. </topic>