plainTextToXHTMLplainTextToXHTML
Converts plain text to XHTML, parses URI to links
Home > Books > NetKernel API and Services Reference > Accessor Listing > XHTML Utilities > plainTextToXHTML

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:xhtml

The plainTextToXHTML accessor is exported by the urn:org:ten60:netkernel:ext:xhtml module. Import this module to gain access to the accessor.

Syntax

URI
active:plainTextToXHTML

ArgumentRulesDescription
operandMandatory XML document reference with XPointer fragment identifier to text

Example Usage

DPML

<instr>
  <type>plainTextToXHTML</type>
  <operand>document.xml#xpointer(/path/to/text)</operand>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:plainTextToXHTML");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The plainTextToXHTML accessor converts plain text to formatted XHTML. The text is supplied in an XML element which is referenced using an XPointer reference.

Whitespace linebreaks are detected and converted to <br/> breaks. Multiple-repeated linebreaks are ignored. URI references (http:, mailto:) within the plain text are parsed and converted to links <a href="ref">ref</a>.

The result is a <div> block fragment containing the XHTML formatted text.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.