Macro Language Reference > PIs > Formatting Instructions > xpointer
  
xpointer
Description
This keyword is used to call XPointer statements within PTC ALD .
 
Example 390. Call an XPointer expression
An XPointer expression is called using the syntax below, where expression is a valid XPointer expression:
<?xpointer expression>
Syntax
<?xpointer xpointer_expression:b>
xpointer_ expression
A valid XPointer expression
Additional Information
XPointer is the XML Linking Language. It allows elements to be inserted into XML documents to create and describe links between resources.
For more information on XPointer see the W3C website www.w3.org.
For more information, see Reference Chapter: XPath in PTC ALD, Reference Chapter: XML in PTC ALD, and Reference Chapter: XSLT in PTC ALD
Related Links