J
johkar
Given that all the nodes in my XML document have the "dsml" namespace,
what is the XSL syntax to access the elements or apply templates?
Below is a snippet:
<dsml:batchResponse xmlns:dsml="urn
asis:names:tc
SML:2:0:core"
xmlns="urn
asis:names:tc
SML:2:0:core" xmlns:xsd="http://www.w3.org/
2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<dsml:searchResponse>
<dsml:searchResultEntry>
<dsml:attr name="mail">
<dsml:value>[email protected]</dsml:value>
</dsml:attr>
</dsml:searchResultEntry>
</dsml:batchResponse>
what is the XSL syntax to access the elements or apply templates?
Below is a snippet:
<dsml:batchResponse xmlns:dsml="urn
xmlns="urn
2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<dsml:searchResponse>
<dsml:searchResultEntry>
<dsml:attr name="mail">
<dsml:value>[email protected]</dsml:value>
</dsml:attr>
</dsml:searchResultEntry>
</dsml:batchResponse>