- HyTime
Context date November 2009 HyTime Hypermedia Time based Structuring Language is a markup language that is an application of SGML . HyTime defines a set of hypertext oriented element types that, in effect, supplement SGML and allow SGML document authors to build hypertext and multimedia presentations in a standardized way. HyTime is an international standard published by the International Organization for Standardization ISO and International Electrotechnical Commission IEC . The first edition was published in 1992, and the second edition was published in 1997. Legacy Some of the concepts formalized in HyTime were later incorporated into HTML and XML HTML is an application of SGML for hypertext document presentations, that assigns specific semantics and processing expectations to a fixed set of element types. XML defines a simplified subset of SGML that focuses on providing an open vocabulary of element types for data modeling and establishes precise expectations for how the markup computing marked up data is read and subsequently fed to another software application for further processing, but does not assign semantics to the element types or establish expectations for how the data is processed. Standard The HyTime standard itself is ISO IEC 10744, first published in 1992 and available from the International Organization for Standardization . It was developed by ISO IEC JTC1 SC34 ISO IEC Joint Technical Committee 1, Subcommittee 34 Document description and processing languages ... , Making Hypermedia Work A User s Guide to HyTime, Kluwer Academic Publishers 1994 ISBN 0 7923 9432 ... Language HyTime http xml.coverpages.org hytime.html Robin Cover s HyTime resource list http www.y12.doe.gov ... HyTime A standard for structured hypermedia interchange by Charles Goldfarb, from IEEE Computer ... History of the Development of SMDL and HyTime Category Markup languages Category SGML Category XML compu lang stub no HyTime pt HyTime ... more details
|
- HyTime Users' Group
Unreferenced stub auto yes date December 2009 Orphan date December 2009 The HyTime Users Group is a memberless affiliate of the International SGML XML Users Group dedicated to the use and maintenance of the HyTime Standard, ISO IEC 10744 1992. DEFAULTSORT Hytime Users Group Category User groups Category Computer science organizations Computer stub ... more details
|
- System identifier
unreferenced date April 2007 A system identifier is a document processing construct introduced in the HyTime markup language as a supplement to SGML . It was subsequently incorporated into the HTML and XML markup language s. In HyTime, there are two kinds of system identifier formal system identifier FSI and simple system identifier . In HTML and XML, a system identifier is a fragmentless Uniform Resource Identifier URI reference . It typically occurs in a Document Type Declaration . In this context, it is intended to identify a document type which is used exclusively in one application, whereas a public identifier is meant to identify a document type that may span more than one application. In the following example, the system identifier is the text contained within quotes code < DOCTYPE html SYSTEM nowiki http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd nowiki code compu lang stub Category Markup languages Category computing terminology ... more details
|
- Orthophytum vagans
taxobox image regnum Plantae unranked divisio Angiosperms unranked classis Monocots unranked ordo Commelinids ordo Poales familia Bromeliaceae subfamilia Bromelioideae genus Orthophytum species O. vagans binomial Orthophytum vagans binomial authority M.B. Foster Orthophytum vagans is a species biology species of the genus biology genus Orthophytum . This species is Endemism endemic to Brazil . Cultivars Orthophytum Blaze Orthophytum Blaze Orthophytum Copper Penny Orthophytum Copper Penny xNeophytum Hytime xNeophytum Hytime xOrtholarium Hades xOrtholarium Hades References http www.dpi.inpe.br referata arq 22 Rafael Bromelias Bromelia Mata Atlantica.pdf BROMELIACEAE DA MATA ATL NTICA BRASILEIRA retrieved 22 October 2009 http www.bsi.org brom info cultivar bcr.html BSI Cultivar Registry Retrieved 11 October 2009 Category Orthophytum vagans Category Bromeliaceae species Category Flora of Brazil Bromelioideae stub ... more details
|
- Derek Denny-Brown (software engineer)
Orphan date February 2009 Refimprove date May 2008 Derek Denny Brown is a software developer, formerly with the Microsoft Corporation. He is credited with the development of both the MSXML XML processing engine, as well as the XMLHTTP ActiveX Control, providing functionality which has since been followed up by the Mozilla Foundation , Safari web browser , and Opera web browser Opera , and has become the basis of a recent draft proposal by the W3C to standardize against. Denny Brown worked for Steven Newcomb s TechnoTeacher company prior to joining Microsoft. TechnoTeacher s HyMinder engine was a robust implementation of ISO 10744 Hytime. He briefly assisted with the US Navy MID project a so called notional browser language developed as a project managed out of the David Taylor Model Basin Carderock while in the employ of TechnoTeacher. The MID Metafile for Interactive Documents precedes both XUL and XAML as a markup based GUI. External links http nothing more.blogspot.com Official site http www.25hoursaday.com weblog PermaLink.aspx?guid 26dcb852 fd7b 49c6 a7e5 417ea07a1ef1 Dare Obasanjo on the XMLHTTP object pointing to Derek s prior ownership of the XMLHTTP control DEFAULTSORT Denny Brown, Derek Category American computer programmers Category Microsoft employees Category Windows people Category Living people US compu bio stub ... more details
|
- Steven DeRose
, he has published 2 books Making Hypermedia Work A User s Guide to HyTime and The SGML FAQ .... and David G. Durand. 1994. Making Hypermedia Work A User s Guide to HyTime . Kluwer Academic Publishers ... more details
|
- List of document markup languages
Language HelpML HyTime Hypermedia Time based Structuring Language HyTime HyperTeX for including ... more details
|
- XPointer
cleanup see talk page. needs use cases, examples date February 2011 XPointer is a system for addressing components of XML based internet media. XPointer is divided among four specifications a Software framework framework which forms the basis for identifying XML fragments, a positional element addressing scheme, a scheme for Namespace computer science namespaces , and a scheme for XPath based addressing. XPointer Framework is a recommendation since March 2003. ref name W3C xptr framework cite web title XPointer Framework url http www.w3.org TR 2003 REC xptr framework 20030325 accessdate April 13, 2009 ref The XPointer language is designed to address structural aspects of XML, including text content and other information objects created as a result of parsing the document. Thus, it could be used to point to a section of a document highlighted by a user through a mouse drag action. XPointer is covered by a royalty free technology patent held by Sun Microsystems . ref http www.w3.org 2002 06 xptr IPR summary.html XPointer royalty free patent statement ref Positional Element Addressing The code element code scheme introduces positional addressing of child elements. This is similar to a simple XPath address, but subsequent steps can only be numbers representing the position of a descendant relative to its branch on the tree. For instance, given the following fragment source lang xml foobar id foo bar baz bom a 1 baz bom a 2 foobar source results as the following examples xpointer id foo foobar xpointer foobar 1 bar xpointer bom bom a 1 , bom a 2 element 1 2 1 bom a 1 1 descend into first element foobar , 2 descend into second child element baz , 1 select first child element bom See also Fragment identifier XML HTML HyTime Text Encoding Initiative Guidelines References references External links http www.w3.org TR xptr framework XPointer Framework http www.w3.org TR xptr element Positional element addressing http www.w3.org TR xptr xmlns Namespacing http www.w3.org TR xptr ... more details
|
- List of users' groups
PHP http www.phpusergroups.org PHP User Groups Markup Languages XML XML UK HyTime HyTime Users Group ... more details
|
- Standard Generalized Markup Language
. HyTime &mdash Generalized hypertext and scheduling . ref http www1.y12.doe.gov capabilities sgml wg8 document n1920 pdf n1920.pdf ISO IEC 10744 http www.hytime.org Hytime ref HyTime was partially reworked into W3C XLink . HyTime is rarely used in new projects. SGML is supported by various technical ... language SGML entity HyTime References Reflist External links http www.y12.doe.gov sgml sc34 sc34oldhome.htm ... more details
|
- Neoregelia concentrica
Light Years xNeomea Light Years xNeomea Solar Flare xNeomea Solar Flare xNeophytum Hytime xNeophytum Hytime xNiduregelia Goliath xNiduregelia Goliath xNiduregelia Norm Kretschmann xNiduregelia Norm ... more details
|
- ISO/IEC JTC1/SC34
HyTime http www.iso.org iso iso catalogue catalogue ics catalogue detail ics.htm?csnumber 18834 ISO IEC 10744 1992 Information technology Hypermedia Time based Structuring Language HyTime Topic Maps ... more details
|
- Topic Maps
Maps concept has existed for a long time. The http www.hytime.org HyTime standard was proposed as far ... more details
|
- Erik Naggum
see HyTime . His technical commentary on ISO 8879 1986 in the archives of comp.text.sgml, in terms ... more details
|
- XML
in 1996 and 1998 with WebSGML Adaptations. The XML header followed that of ISO HyTime . Ideas ... more details
|