Skip to main content

Home/ Coders/ Group items tagged w3c

Rss Feed Group items tagged

Joel Bennett

Trang XML Schema converter - 0 views

  • W3C XML Schema is supported for output only, not for input
  •  
    Trang converts between different schema languages for XML. It supports the following languages: * RELAX NG (XML syntax) * RELAX NG compact syntax * XML 1.0 DTDs * W3C XML Schema
Joel Bennett

Annotea project - 0 views

  •  
    Annotea enhances collaboration via shared metadata based Web annotations, bookmarks, and their combinations ... that is, it allows comments, notes, explanations, etc to be "attached" to a web page or specific section of a web page ... and allows sharing these annotations with others.  '

    This is basically the W3Cs vision of how del.icio.us, diigo, etc ought to have worked...
Joel Bennett

Amaya Home Page - 0 views

  •  
    Amaya has been progressing nicely over the years and supports HTML, XHTML, MathML 2.0, SVG (even transparency and animation), and much of  CSS 2 ...  You can display and somewhat edit XML ... and there's some powerful tools for live editing...
yc c

CSS Documentation Shortcut - cssdocs.org/propertyName - 3 views

  •  
    useful to use as FF smart search
Fabien Cadet

utf 8 nbsp - RE: nbsp is not that hard, folks ; reply by: Américo Albuquerque... - 0 views

  • " " " " and "\u00A0" have nothing, NOTHING to do with UTF-8.
  • There is a character -- an abstract unit in a "script" (a writing system; we are using Latin right now) -- called NO-BREAK SPACE by the Unicode Standard and ISO/IEC 10646. Unicode and ISO/IEC 10646 assign this character an integer number, 160, which is A0 in hex.
  • UTF-8 is an encoding scheme that provides a way of representing any of the approximately 1.1 million possible abstract characters in Unicode as a sequence of 1 to 4 bytes.
  • ...8 more annotations...
  • The UTF-8 representation of the Unicode character 160 (no-break space), is the pair of bytes C2 A0, in that order.
  • This thing: \u00A0
  • the no-break space character
  • This thing:   or this thing:  
  • is to SGML applications like HTML and XML what \u00A0 is to Java & Python;
  • is called a character reference (or "numeric character reference").
  • This thing:  
  • is to SGML applications like HTML and XML an "entity reference";
  •  
    « [...] " " " " and "\u00A0" have nothing, NOTHING to do with UTF-8 [...] Unicode and ISO/IEC 10646 assign this character an integer number, 160, which is A0 in hex [...] UTF-8 is an encoding scheme [...] The UTF-8 representation of the Unicode character 160 (no-break space), is the pair of bytes C2 A0. »
1 - 8 of 8
Showing 20 items per page