Skip to main content



      Home
Home » Modeling » M2T (model-to-text transformation) » How to escape "<",">" in jet2?
icon4.gif  How to escape "<",">" in jet2? [message #496445] Tue, 10 November 2009 02:05 Go to next message
Eclipse UserFriend
Hi guys,
I'm using the below jet2 expressions, but of course I'm failed with the char ">". Any suggestion?

<c:if test="count($root/child)>2">
</c:if>
Re: How to escape "<",">" in jet2? [message #496546 is a reply to message #496445] Tue, 10 November 2009 08:57 Go to previous messageGo to next message
Eclipse UserFriend
Kyle:

You need to use a backslash before the >:

<c:if test="count($root/child)\>2">
</c:if>
Re: How to escape "<",">" in jet2? [message #496983 is a reply to message #496546] Wed, 11 November 2009 23:56 Go to previous message
Eclipse UserFriend
Thanks Paul. It works.
Previous Topic:Should I be using the "middleend"?
Next Topic:XSD & Xpand (for xmt2test)
Goto Forum:
  


Current Time: Sat Jul 05 00:23:55 EDT 2025

Powered by FUDForum. Page generated in 0.03865 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top