Plugin Directory

Changeset 3046406


Ignore:
Timestamp:
03/06/2024 02:44:19 PM (2 years ago)
Author:
tenandtwo
Message:

v1.0.1 - readme format fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tenandtwo-xslt-processor/trunk/readme.txt

    r3046391 r3046406  
    2626
    2727
    28 = Shortcode : `[xslt_transform/]` =
     28= Shortcode : [xslt_transform/] =
    2929
    30 `[xslt_transform/]` is the plugin's primary function.  This shortcode processes XML data using an XSL stylesheet, and then outputs the result as HTML, more XML, or as simple TEXT.
     30[xslt_transform/] is the plugin's primary function.  This shortcode processes XML data using an XSL stylesheet, and then outputs the result as HTML, more XML, or as simple TEXT.
    3131
    3232 - `[xslt_transform xsl="{file|url|id|slug}" xml="{file|url|id|slug}" /]`
     
    3636
    3737
    38 = Shortcode : `[xslt_select_xml/]` =
     38= Shortcode : [xslt_select_xml/] =
    3939
    40 `[xslt_select_xml/]` is a helper function.  It reads XML and returns a selection of the data, based on a supplied XPath expression.  There are two options for specifying the XPath.  First, using the `select` attribute or, second, using the body of the shortcode.  Complex select statements with quotes, square brackets or other special syntax, should use the second pattern :
     40[xslt_select_xml/] is a helper function.  It reads XML and returns a selection of the data, based on a supplied XPath expression.  There are two options for specifying the XPath.  First, using the `select` attribute or, second, using the body of the shortcode.  Complex select statements with quotes, square brackets or other special syntax, should use the second pattern :
    4141
    4242 - `[xslt_select_xml xml="{file|url|id|slug}" select="{XPath}" /]`
     
    4646
    4747
    48 = Shortcode : `[xslt_select_csv/]` =
     48= Shortcode : [xslt_select_csv/] =
    4949
    50 `[xslt_select_csv/]` is a helper function for converting CSV file data to XML.  The result can be output directly as an HTML `<table>`, or the result can be passed to `[xslt_transform/]` for further processing.
     50[xslt_select_csv/] is a helper function for converting CSV file data to XML.  The result can be output directly as an HTML `<table>`, or the result can be passed to `[xslt_transform/]` for further processing.
    5151
    5252 - `[xslt_select_csv csv="{file|url}" /]`
Note: See TracChangeset for help on using the changeset viewer.