|
-
Apr 15th, 2003, 07:45 AM
#1
Thread Starter
Member
XML br
and one last question
how write <br> in xml file for new line in text?
where i can read about this?
Thanks!
-
Apr 15th, 2003, 08:36 AM
#2
<br />
It's considered an empty node, which can be written as above.....
-
Apr 15th, 2003, 08:46 AM
#3
Thread Starter
Member
Thanks!
i try this, but is not work
because i need use <xsl:stylesheet for xml transform.
-
Apr 15th, 2003, 09:22 AM
#4
you have to enlcose it in cdata
Code:
<![CDATA[
<br/>
]]>
-
Apr 15th, 2003, 09:29 AM
#5
Thread Starter
Member
and i see br in the page, but i need new line.
thank you for help!
-
Apr 18th, 2003, 02:50 AM
#6
<br /> is an XHTML tag. In XML for a newline, well, hit enter and have the element that encloses the newlines have xml:preserve-spaces (or something like that, you need to look it up) set to "1".
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 27th, 2003, 02:27 AM
#7
Thread Starter
Member
Thank you!
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
|
Click Here to Expand Forum to Full Width
|