|
|
| version 1.18, 2004/03/01 12:53:17 | version 1.46, 2004/05/24 12:21:18 |
|---|---|
| Line 1 | Line 1 |
| $s[123] | $xdoc[^xdoc::create{<?xml version="1.0" encoding="windows-1251" ?> |
| ^s.mid(0;2) | |
| ^s.left(5) | <document> |
| ^s.right(1) | <step id="6" title="Test"> |
| <description> | |
| <![CDATA[ | |
| Cdata test | |
| ]]> | |
| </description> | |
| </step> | |
| </document> | |
| }] | |
| ^xdoc.selectString[string(//description)] | |
| #$descriptionNode[^xdoc.selectSingle[/document/step/description]] | |
| #$descriptionNode.value | |