Question

<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?

Was it helpful?

Solution

XML does not use backslashes.

Instead, it uses entities: &quot;

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top