Re: [unrev-II] Editing XML Outlines: A Workaround

From: Eric Armstrong (eric.armstrong@eng.sun.com)
Date: Tue Jul 18 2000 - 14:44:31 PDT

  • Next message: altintdev@webtv.net: "Re: [unrev-II] Editing XML Outlines: A Workaround"

    What you are thinking of is CDATA -- *un*Parsed Character
    Data. That lets the paragraph contain <, >, &, and ; characters
    without having them be interpreted.

    You solved your embedded-HTML problem using &lt; -- the
    entity reference for the "<" character. That is another valid
    solution to the problem of text that includes some of the
    special characters. (< and & are the ones you really have to
    watch out for).

    The original message deals with two different problems:
      * Understanding which tags are meant to be rendered "inline".
        --Even if not interpreted, they would ideally display
          as:
              - This sentence has a <b>bold</b> word.
          Rather than:
              + This sentence has a
                -<b>bold
                -word.

      * Identifying the "outline structure" in an XML document.
        --As described in the original message, an "outline
          structure" is a simple and easily-edited format that
          does not encode nicely in XML. Replicating such
          structures in XML requires the addition of a secondary
          tag that obfuscates the outline structure.

    ------------------------------------------------------------------------
    Find long lost high school friends:
    http://click.egroups.com/1/7080/5/_/444287/_/963956571/
    ------------------------------------------------------------------------

    Community email addresses:
      Post message: unrev-II@onelist.com
      Subscribe: unrev-II-subscribe@onelist.com
      Unsubscribe: unrev-II-unsubscribe@onelist.com
      List owner: unrev-II-owner@onelist.com

    Shortcut URL to this page:
      http://www.onelist.com/community/unrev-II



    This archive was generated by hypermail 2b29 : Tue Jul 18 2000 - 14:51:33 PDT