Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

fragment-by-tag

The fragment-by-tag attribute, when added to the sys:page tag, allows you to limit the content that is displayed from the specified page to individual sections that are distinguished by specific tags.

Such tags could be ones that indicate headers of the page (such as "h1" or "h2"), ones that indicate links ("a"), ones that indicate bold text ("strong"), and much more.

Multiple tags can be included, so long as each one is separated by a single white space.

Back in the template, simply enter the sys:page tag into the HTML window, along with the attribute and desired fragment tag(s), and the outcome should look something like this:

<sys:page fragment-by-tag="h1 h2 h3 h4 h5 h6" />

!NEED SCREENSHOT SHOWING OUTPUT OF THIS TAG

Note: In entering tags, the system is case-insensitive, but be sure to only enter the tag names - do not enter XMLNS prefixes.