xslt - Substring xsl hithighlightedsummary in SharePoint -


i have in hithighlightedsummary tag

<ddd /> posted: 2/8/2011 10:04 pm <ddd /> subject: subject <ddd /> text  <ddd /> 

i 'some subject' sub string. have tried using "substring-after(hithighlightedsummary, 'subject:')", don't know how combine <ddd /> tag.

did mean this?

substring-after(    //hithighlightedsummary       /text()[          contains(.,'subject:')       ],    'subject:' ) 

note: i've used absolute expression because didn't provide information context.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -