Pergunta

<entry key="<div class="private">([\n](.)*)*</div>"> </entry>

I need to parse this with rapidxml, and I cannot seem to escape those inner quotes with a backslash. How can I make this valid?

Foi útil?

Solução

XML does not use backslashes.

Instead, it uses entities: &quot;

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top