Project

General

Profile

Actions

Bug #2515

open

xhtml validation for WTemplate.

Added by Michael Vilsker over 10 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
12/13/2013
Due date:
% Done:

0%

Estimated time:

Description

create:

WString internalRenderTemplateText(std::ostream* result, const WString& templateText)

WString WTemplate::validateTemplate(const WString& templateText){

internalRenderTemplateText(0, templateText)

}

void WTemplate::renderTemplateText(std::ostream& result, const WString& templateText){

internalRenderTemplateText(result, templateText)

}

Actions #1

Updated by Michael Vilsker almost 10 years ago

  • Assignee deleted (Michael Vilsker)
  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF