Project

General

Profile

« Previous | Next » 

Revision 29519

clean up

View differences:

StylesheetBuilder.java
124 124
									if ( !((Rules)currentRule).hasCondition()){
125 125
										if ( !((Rules)currentRule).hasSet() ){
126 126
											if (currentRule.definesTemplateMatch()){
127
												// TODO create template match
128 127
												String templateName = ((Rules)currentRule).getTemplateMatch();
129 128
												XslElement subTemplate = new XslElement(XsltConstants.template, "match", templateName);
130 129
												subTemplate.addEnclosedElements(xslConstructor.writeOutRuleCopy((Rules)currentRule, currentKey));
131
												// TODO verify if this is correct
132 130
												templateQueue.add(subTemplate.asXml());
133 131
												childField.addEnclosedElements(xslConstructor.writeOutApplyTemplates(((Rules)currentRule).getProperties().getProperty("applyTemplateSelectExpression")));
134 132
											}else{

Also available in: Unified diff