jats-break-up.xsl

Splits paragraphs that contain nested block elements (such as <table>, <boxed-text>, lists) into 2 or more paragraphs during the preprocessing stage.
For example, the fragment
<p>
    text1
    <table>...</table>
    text2
</p>
is preprocessed into
<p>text1</p>
<table>...</table>
<p>text2</p>
CVS Id:
Revision
XSLT Version:
2.0
Namespace Prefix Summary:
tps - http://www.typefi.com/ContentXML
xd - http://www.pnp-software.com/XSLTdoc
xs - http://www.w3.org/2001/XMLSchema
xsl - http://www.w3.org/1999/XSL/Transform

Template Modes Summary

Match Templates Summary

Named Templates Summary

breakup-pi (param: xs:integer position) - source

Functions Summary

node()* tps:breaking-whitespace-adjacents (param: node()* nodes) - source
element()* tps:get-breakup-ancestors (param: node() context) - source
xs:integer? tps:get-breakup-position (param: node() context) - source
xs:string? tps:get-broken-element-name (param: element() breakup-element) - source
xs:boolean tps:is-breaking (param: node() node) - source
xs:boolean tps:is-broken (param: element() element) - source
xs:boolean tps:is-initial-breakup-element (param: element() element) - source

Template Modes Detail

Templates Using This Mode:

Match Templates Detail

Named Templates Detail

breakup-pi (param: xs:integer position) - source
Parameters:
xs:integer position -

Functions Detail

node()* tps:breaking-whitespace-adjacents (param: node()* nodes) - source
Parameters:
node()* nodes -
element()* tps:get-breakup-ancestors (param: node() context) - source
Parameters:
node() context -
xs:integer? tps:get-breakup-position (param: node() context) - source
Parameters:
node() context -
xs:string? tps:get-broken-element-name (param: element() breakup-element) - source
Parameters:
element() breakup-element -
xs:boolean tps:is-breaking (param: node() node) - source
Parameters:
node() node -
xs:boolean tps:is-broken (param: element() element) - source
Parameters:
element() element -
xs:boolean tps:is-initial-breakup-element (param: element() element) - source
Parameters:
element() element -