Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 22, 2012 01:24 AM by TimoYang
Member
55 Points
86 Posts
Feb 19, 2012 11:58 PM|LINK
I made menu text by xml.
So I want to insert <br> tag like "<depth3 title="Play A" <br/> >".
But it does occur error.
how can i insert <br> tag?
Contributor
3051 Points
714 Posts
Feb 20, 2012 02:55 AM|LINK
Well, here is the solution :
http://forums.adobe.com/thread/127136
Try and Let us know the reults..
3732 Points
1275 Posts
Feb 22, 2012 01:24 AM|LINK
junmoney83 how can i insert <br> tag?
Plz use CDATA instead to solve your problem,Agree with the 1st man,here's the sample——
<depth3 title="Play A" <![CDATA[<br/>]]> />
junmoney83
Member
55 Points
86 Posts
Is it possible to insert <br> tag into xml?
Feb 19, 2012 11:58 PM|LINK
I made menu text by xml.
So I want to insert <br> tag like "<depth3 title="Play A" <br/> >".
But it does occur error.
how can i insert <br> tag?
kuber.manral
Contributor
3051 Points
714 Posts
Re: Is it possible to insert <br> tag into xml?
Feb 20, 2012 02:55 AM|LINK
Well, here is the solution :
http://forums.adobe.com/thread/127136
Try and Let us know the reults..
Visit My Blog
TimoYang
Contributor
3732 Points
1275 Posts
Re: Is it possible to insert <br> tag into xml?
Feb 22, 2012 01:24 AM|LINK
Plz use CDATA instead to solve your problem,Agree with the 1st man,here's the sample——
<depth3 title="Play A" <![CDATA[<br/>]]> />