Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.
<tr>
                        <td width="25%" class="ms-vb">
                            <b>Inclusion:</b>
                        </td>
                        <td width="75%" class="ms-vb">
                            <xsl:value-of select="@Inclusion" />
<p></p>
                        </td>
                    </tr>

How can i get the value of @Inclusion in the client? Thanks

share|improve this question
What does the client (generated) HTML look like – Muhimbi Aug 18 '10 at 5:39

closed as off topic by Alex Angas Aug 23 '10 at 23:56

Questions on SharePoint Stack Exchange are expected to relate to SharePoint within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

We got loads of SharePoint JQuery related samples on our site as it works very well with our free SharePoint Infuser product.

Check out the following resources:

share|improve this answer
Thanks but what i'm after is use an element tag like so e.g <div id="inc"><xsl:value-of select="@Inclusion" /> </div> and then use jquery to get the div value using the "inc" ID Any ideas? – Patrick Aug 17 '10 at 11:15

Not the answer you're looking for? Browse other questions tagged or ask your own question.