<< Links XML Bridge Tests Test All Links >>

HTML-like Tags

Most tags in these documents which look like HTML are transferred directly to the resulting HTML document. I try to avoid using too much HTML in my documents because I also translate the XML to XSL:FO, to generate PDFs, and too much HTML means I have much more to do the translations.

Paragraph

Input:
<p>Paragraph 1</p>
<p>Paragraph 2</p>
XSL Output:
Paragraph 1
Paragraph 2
This actually gets translated to a <div> tag, because HTML paragraphs don't like tables (like deal diagrams) in the middle.

Line Breaks

Input:
In this instance, we add a line break here - <br/> to make sure that
code creates breaks properly.
XSL Output:
In this instance, we add a line break here -
to make sure that code creates breaks properly.
<< Links
Thomas Andrews (bridge@thomasoandrews.com), © 2002-2009.
Test All Links >>
Article formatted with BridgeML.