interesting relax ng based validator. maybe something to explore for KML? (instead of the abomination that is XSD)
Tag: ogckml
KML 3 Metadata
While KML is a lightweight geospatial interchange format, it shouldn’t restrict users from referencing more formal data formats as necessary. In fact, it would be straight-forward to publish a simple KML file referencing all of your more complex geodata and then let users choose which data they want to investigate.
KML 3 Core
The KML Core module includes the minimal subset of KML that would be expected for any implementation. Currently the elements of KML that would exist in Core include:
kml, Document, atom, Folder, Placemark, Link (and NetworkLink?), ScreenOverlay, TimeStamp, Geometry (see below) This list was derived from the current KML 2.1 tags and signifies the general concepts we’re hoping to have in KML Core – allow a user to express location, time, and possibly link to another KML document or service. In addition, providing the current Atom support allows for attribution and other interesting things for linking to HTML and GeoRSS.
arguably, the part that web sites ought to implement
Modular KML

One of the primary topics was how to define KML such that developers can build capabilities for certain parts of KML without having to implement support for the entire specification.
i like the overview graphic
KML 3 Styling
CSS offers a lot of very intriguing features that would benefit KML. The simple effect would be separating styling from the geometry. In KML 2.1, any Feature (abstract element for other KML elements) can have an id. Subsequently, KML3 could add a class attribute, like in HTML, that could loosely be used to give some categorization of the Feature (road, highway, animal, newt). Then, the CSS could reference these id, class, or even use selectors to apply styling to elements.
the css ideas are largely unimplementable in a well-performing manner in 3d. you can tell that the people in that discussion have a web background.
GeoRSS & KML
High Earth Orbit i hope we can implement many / all of these ideas