WYSIWYM: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Definition ==
== Definition ==


* WYSIWYM is an alternative to [[WYSIWYG]]. The acronym refers to slightly different things depending on the context of use. ([http://en.wikipedia.org/wiki/WYSIWYM Wikipedia], retrieved 15:27, 29 October 2006 (MET)).
* WYSIWYM is an alternative to [[WYSIWYG]]. The acronym refers to slightly different things depending on the context of use. ([http://en.wikipedia.org/wiki/WYSIWYM Wikipedia], retrieved 15:28, 29 October 2006 (MET)).


; In text editing and applied computing
; In text editing and applied computing
Line 11: Line 11:
; In Interface Design
; In Interface Design


* WYSIWYM means '''What You See Is What You Meant'''. Feedback text presented to the user (What You See) reveals the knowledge that has been encoded during the interaction so far (What You Meant).  
* WYSIWYM means '''What You See Is What You Meant'''. Feedback text presented to the user (What You See) reveals the knowledge that has been encoded during the interaction so far (What You Meant). ([http://www.itri.brighton.ac.uk/projects/WYSIWYM/wysiwym.html Richard Power], retrieved 15:28, 29 October 2006 (MET))
([http://www.itri.brighton.ac.uk/projects/WYSIWYM/wysiwym.html Richard Power], retrieved 15:27, 29 October 2006 (MET))


== A WYSIWYM XML editor ==
== WYSIWYM XML editors ==


According to [http://www.freesoftwaremagazine.com/articles/practical_applications_xml?page=0%2C1 Saqib Ali] (retrieved 15:27, 29 October 2006 (MET)), a WYSIWYM XML editor accurately displays the information that is trying to be conveyed rather that the actual formatting. Given the typical requirements for XML document authoring, these are:
According to [http://www.freesoftwaremagazine.com/articles/practical_applications_xml?page=0%2C1 Saqib Ali] (retrieved 15:28, 29 October 2006 (MET)), a WYSIWYM [[XML editor]] accurately displays the information that is trying to be conveyed rather that the actual formatting. Given the typical requirements for XML document authoring, these are:


# Highlight syntax errors
# Highlight syntax errors
Line 26: Line 25:
# Fix the kitchen sink
# Fix the kitchen sink


{{quotationbox | What You See Is What You Mean is a paradigm that is related to the XML editors, which accurately display the information that is trying to be conveyed, rather than the actual formatting. Since XML doesn't define the actual formatting of the content, these editors are very useful in visually creating and managing the data. A WYSIWYM editor allows a document author to edit an XML document by interacting with a feedback text, generated by the editor. This presents both the knowledge already defined and the options (tags, elements, attributes, etc.) for extending and modifying it. Thus, a WYSIWYM XML editor alleviates the need for the document author to memorize all of the tags, elements and attributes of XML DTD or Schema. WYSIWYM XML editors are also known as semantical editors.}}
{{quotationbox | What You See Is What You Mean is a paradigm that is related to the [[XML editor]]s, which accurately display the information that is trying to be conveyed, rather than the actual formatting. Since XML doesn't define the actual formatting of the content, these editors are very useful in visually creating and managing the data. A WYSIWYM editor allows a document author to edit an XML document by interacting with a feedback text, generated by the editor. This presents both the knowledge already defined and the options (tags, elements, attributes, etc.) for extending and modifying it. Thus, a WYSIWYM XML editor alleviates the need for the document author to memorize all of the tags, elements and attributes of XML DTD or Schema. WYSIWYM XML editors are also known as semantical editors.}}
([http://www.freesoftwaremagazine.com/articles/practical_applications_xml?page=0%2C1 Saqib Ali], retrieved 15:27, 29 October 2006 (MET))
([http://www.freesoftwaremagazine.com/articles/practical_applications_xml?page=0%2C1 Saqib Ali], retrieved 15:28, 29 October 2006 (MET))


== References ==
== References ==
Line 33: Line 32:
* Saqib Ali (2005), XML: WYSIWYG to WYSIWYM, A brief look at XML document authoring, ''Free Software Magazine'', 3. [http://www.freesoftwaremagazine.com/articles/practical_applications_xml/ HTML]
* Saqib Ali (2005), XML: WYSIWYG to WYSIWYM, A brief look at XML document authoring, ''Free Software Magazine'', 3. [http://www.freesoftwaremagazine.com/articles/practical_applications_xml/ HTML]


* Bayne Duncan (2004). Lyx - WYSIWYM Document Processing, ''Kuro5hin''
* Bayne Duncan (2004). Lyx - WYSIWYM Document Processing, ''Kuro5hin'' [http://www.kuro5hin.org/story/2004/11/9/22231/1868 HTML].
[http://www.kuro5hin.org/story/2004/11/9/22231/1868 HTML].
 
 
[[Category: XML]]

Latest revision as of 20:01, 8 July 2009

Definition

  • WYSIWYM is an alternative to WYSIWYG. The acronym refers to slightly different things depending on the context of use. (Wikipedia, retrieved 15:28, 29 October 2006 (MET)).
In text editing and applied computing
  • WYSIWYM favors logical markup as opposed to purely graphical markup.
  • In applied computing, WYSIWYM means What You See Is What You Mean and according to the Wikipedia originally refers to the paradigm created for LyX (Latex editor). It means that the things displayed on a computer screen should accurately display the information that is trying to be conveyed rather than the actual formatting. The same principle applies to a certain kind of XML editors.
In Interface Design
  • WYSIWYM means What You See Is What You Meant. Feedback text presented to the user (What You See) reveals the knowledge that has been encoded during the interaction so far (What You Meant). (Richard Power, retrieved 15:28, 29 October 2006 (MET))

WYSIWYM XML editors

According to Saqib Ali (retrieved 15:28, 29 October 2006 (MET)), a WYSIWYM XML editor accurately displays the information that is trying to be conveyed rather that the actual formatting. Given the typical requirements for XML document authoring, these are:

  1. Highlight syntax errors
  2. Automatically complete XML Tags
  3. Indent properly
  4. Check for validity against an XML Schema or a DTD
  5. Check for XML well-formedness
  6. Allow viewing and editing of XML documents in a tree view, and
  7. Fix the kitchen sink


What You See Is What You Mean is a paradigm that is related to the XML editors, which accurately display the information that is trying to be conveyed, rather than the actual formatting. Since XML doesn't define the actual formatting of the content, these editors are very useful in visually creating and managing the data. A WYSIWYM editor allows a document author to edit an XML document by interacting with a feedback text, generated by the editor. This presents both the knowledge already defined and the options (tags, elements, attributes, etc.) for extending and modifying it. Thus, a WYSIWYM XML editor alleviates the need for the document author to memorize all of the tags, elements and attributes of XML DTD or Schema. WYSIWYM XML editors are also known as semantical editors.

(Saqib Ali, retrieved 15:28, 29 October 2006 (MET))

References

  • Saqib Ali (2005), XML: WYSIWYG to WYSIWYM, A brief look at XML document authoring, Free Software Magazine, 3. HTML
  • Bayne Duncan (2004). Lyx - WYSIWYM Document Processing, Kuro5hin HTML.