Appendix D. XSLT GuideContents: How Do I Put Quotes Inside an Attribute Value? This appendix is a short, task-oriented guide to common stylesheet tasks. It is organized by task; find what you want to do, and this guide will show you how to do it. D.1. How Do I Put Quotes Inside an Attribute Value?First, remember that attribute values can be quoted with either single quotes or double quotes. If you need to define an attribute with the value "Doug's car," you can do what we just did: use double quotes to contain a value with single quotes inside it. If, however, you need to quote an attribute value that contains both single and double quotes, use the predefined entities " for double quotes and ' for single quotes. Here's a sample document that contains some examples:
Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|