Xml tag outlining for expanding or collapsing.

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Jean Versailles
Avatar
Hi,

i'am using the xml Language difinition provided with the Actipro library.

everything works fine, but there are a few tags that when typed i would to be collapse or expanded <channel><item>.

for example:

  -<channel> 
    <title>title</title>
    +<item>...</item>
    +<item>...</item>
   </channel>
Thank You,
jen0s.

Comments (1)

Posted 18 years ago by Boyd - Sr. Software Developer, Patterson Consulting, LLC
Avatar
Here's a previous post that includes a sample Semantic Parser for XML that will enable outlining. It currently works for all tags, so you would need to modify it to only outline the tags you want (i.e. channel and item).

http://www.actiprosoftware.com/Support/Forums/ViewForumTopic.aspx?ForumTopicID=894#3043
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.