Category: standards

Misunderstanding Markup

3 Comment

On this comic‘s panel 9 describes XHTML 1.1 conformance as: the added unrealistic demand that documents must be served with an XML mime-type I can understand this viewpoint. XHTML 1.1 is a massively misunderstood spec, particularly around the modularization angle. But because of IE, it’s pretty rare to see the XHTML media-type in use on…

Java-style namespaces for markup

0 Comment

I’m noodling around with requirements and exploring existing work toward a solution for “decentralized extensability” on xml-dev, particularly for HTML. The notion of “Java-style” syntax, with reverse dns names and all, has come up many times in the context of these kinds of discussions, but AFAICT never been fully fleshed out. This is ongoing, slowly,…

See you at Balisage

0 Comment

Balisage, formerly Extreme Markup, is the kind of conference I’ve always wanted to attend. Historically my employers have been not quite enough involved in the deep kinds of topics at this conference (or too cash-strapped, but let’s not go there) to justify spending a week on the road. So I’m glad that’s no longer the…

EXPath.org

0 Comment

I’ve always thought that the EXSLT model of developing community specifications worked well. Now a critical mass of folks has come together on a similar effort, aimed at providing extensions usable in XPath 2.0, XSLT 2.0, XQuery, and other XPath-based languages like XProc. Maybe even XForms. Check it out, subscribe to the mailing list, and…

GPL’s Cloudy Future

1 Comment

I enjoyed this post, from Jeremy Allison as it turns out. It talks about how GPL software is “the new BSD” when it comes to cloud computing, since redistribuion of the software doesn’t happen, and thus doesn’t trigger the relevant clauses of the GPL. Any old company can use, re-use, and modify the software without…

XIN: Implicit namespaces

0 Comment

An interesting proposal from Liam Quin, relating to the need for huge rafts of namespace declarations on mixed namespace documents. In practice, though, almost all elements [in the given example] are going to be unambiguous if you take their ancestors into account, and attributes too. Amen. I’ve been saying things like this for five years…

XSLTForms beta

1 Comment

XSLTForms, the cross-browser XForms engine (written about previously) that makes ingenious use of built-in XSLT processing, reached an important milestone today, with a beta release. Tons of bug fixes and additional support for CSS and Schema. If you’re thinking about getting involved with XForms and are looking for something small and approachable, give it a…

XSLTForms looks promising

0 Comment

Implementing client-side forms libraries is, and has been, all the rage. I’ve seen Mozquito Factory do amazing things in Netscape 4, Technical Pursuits TIBET on the perpetual verge of release, UGO, and others. In a more recent time scale, Ubiquity XForms impresses me and many others, and it has the right combination of funding and…

XML 2008 liveblog: Introduction to Schematron

0 Comment

Wendell Piez, Mulberry Technologies Assertion-based schema language. A way to test XML documents. Rule-based validation language. Cool report generator. Good for capturing edge cases. Same architecture as XSLT. (Schematron specifies, does not perform) <schema xmlns=”http://purl.cclc.org/dsdl/schematron”> <title>Check sections 12/07</title> <pattern id=”section-check”> <rule context=”section”> <assert test=”title”>This section has no title</assert> <report test=”p”>This section has paragraphs</report> … Demo….

XML 2008 liveblog: Automating Content Analysis with Trang and Simple XSLT Scripts

0 Comment

Bob DuCharme, Innodata Isogen Content analysis: why? You’ve “inherited” content. Need to save time or effort. Handy tool 1: “sort”. As in the Unix command line tool. (Even Windows) Handy tool 2: “uniq -c”  (flag -c means include counts) Elsevier contest: interface for reading journals. Download a bunch of articles, and see what’s all in…

XML 2008 liveblog: Accelerated DITA Publishing

0 Comment

Roy Amodeo, Stilo. Only 4 people in attendance when the talk starts. Quick overview of DITA. Transclusion (conref), topic-level maps, specialization, metadata-based filtering. XML and SGML flavors available. Open Toolkit has been a big part of DITA’s success. Replacable components (XSLT and FO). Many editing environments and CMS’s include this. Topic-based publishing. Works best with…

XML 2008 liveblog: Content Modeling with XSD Schema

0 Comment

Delivered by Pradeep Jain, Ictect Inc. He has a handout available: “Intelligent Content Plug-In for Microsoft Word”, though it’s not obvious from the program that Word is involved. What is content modeling? “Getting inside of” content, semantics, from there syntax and XML tagging. Challenges: art vs. science, tacit vs. written documentation, future-proofing, technical vs. business…

Fun with xdmp:value()

0 Comment

Lately I’ve been playing with some more advanced XQuery. One thing nearly every XQuery engine supports is some kind of eval() function. MarkLogic has several, but my favorite is xdmp:eval. It’s lightweight because it reuses the entire calling context, so for instance you can write let $v := 5 return xdmp:value(“$v”). Not too useful, but…

© All Right Reserved
Proudly powered by WordPress | Theme: Shree Clean by Canyon Themes.