PageRenderTime 72ms queryTime 35ms sortTime 0ms getByIdsTime 3ms findMatchingLines 1ms

2+ results for '${item.name}' (72 ms)

Not the results you expected?
StAXXmlParserTest.java http://pirka.googlecode.com/svn/trunk/ | Java | 638 lines
                    
151    public void parse_For2_Expression() throws ParseException {
                    
152        String text = "<html xmlns:prk=\"http://www.hoge/prk\"><body><p prk:for=\"item in items\"><span>${item.name}</span><span>${item.price}</span></p></body></html>";
                    
153        XhtmlStruct actual = target.parse(getInput(text));
                    
                
TestMte.java https://github.com/bleujin/ionframework.git | Java | 105 lines
                    
13//	 ${foreach cart.items item}
                    
14//	   ${item.amount}x ${item.name} ${item.price} each = ${item.total}
                    
15//	 ${end}
                    
                
 

Source

Language