-
XSL element problem
Hi!
I'm newbie in XSL.
My problem is:
<element name="span">... works
<element name="p">... doesn't work
What's the solution?
Thanks
Ben
-
Re: XSL element problem
Hi!
This is the solution:
<p><!-- a -->
....
<element name="p">...
....
</p><!-- b -->
I removed "a" and "b" lines.
Ben
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|