I\'ve got an XML document containing news stories, and the body element of a news story contains p tags amongst the plain text. When I use XSL to retrieve the body, e.g.
Try to use
instead. From w3schools' documentation on same:
The element creates a copy of the current node. Note: Namespace nodes, child nodes, and attributes of the current node are automatically copied as well!
The element creates a copy of the current node.
Note: Namespace nodes, child nodes, and attributes of the current node are automatically copied as well!