Патент озаглавлен как «Word-processing document stored in a single XML file that may be manipulated by applications that understand XML» и описан следующим образом:
«A word processor including a native XML file format is provided. The well formed XML file fully represents the word-processor document, and fully supports 100% of word-processor’s rich formatting. There are no feature losses when saving the word-processor documents as XML. A published XSD file defines all the rules behind the word-processor’s XML file format. Hints may be provided within the XML associated files providing applications that understand XML a shortcut to understanding some of the features provided by the word-processor. The word-processing document is stored in a single XML file. Additionally, manipulation of word-processing documents may be done on computing devices that do not include the word-processor itself».
Ссылка на патент
Теги ‘xml’
Август 8, Суббота, 2009
Нет комментариев »
Август 5, Среда, 2009
Нет комментариев »

Целью XMLVM — предоставить гибкий и расширяемый кросс-компилятор. В отличии от кросс-компиляторов на уровне кода, XMLVM кросс-компилирует байт-кодовые инструкции с Sun Microsystem’s виртуальных машин и Microsoft CLR.
Июнь 6, Суббота, 2009
Нет комментариев »

Честно говоря, я довольно сильно удивился, не найдя статьи по подобной теме на хабре. А тема-то довольно актуальная и нужная, поэтому возьму на себя смелость немного ее осветить.
Март 31, Вторник, 2009
Нет комментариев »
Недавно нашёл замечательный инструмент для работы с XML: XMLStarlet.
Возможности:
- Запросы XPath
- Автоматическое создание XSLT
- Редактирование XML (добавление-удаление узлов)
- Преобразование XML с помощью XSLT
- Перекодировка (UTF-8, cp1251, etc.)
- Валидация (well-formedness, schema, DTD)
- Форматирование XML
- Cоединиение нескольких XML-документов
- Работа с XML по протоколу HTTP/FTP