urlRef

Node type: Element (may contain text and/or other elements)

Whitespace: Not protected

Definition

A cross-reference to a Web document.

Code Sample

<para paraID="4">You can access the Sunday School manuals at <urlRef urlPath="http://lds.org">LDS.org</urlRef>.</para>

Display Sample

You can access the Sunday School manuals at LDS.org.

Marking in Microsoft Word

Use the urlRef character style. Note: The conversion process attempts to fill in the urlPath attribute. This will sometimes need to be edited in XML. For example, if you apply the urlRef style to the text string "http://www.lds.org", the resulting XML code will be valid. If you apply it to the text string "LDS.org", the code will be invalid because it is missing "http://". Validating in an XML editor can help you quickly identify the code that needs to be corrected.