[
Lists Home |
Date Index |
Thread Index
]
* Sebastian Schnitzenbaumer wrote:
>Why don't you use <ins> and <del> from XHTML thru
>namespace and the modularization?
>
><myXML>jhjkhkjh<html:ins>This was inserted</html:ins>jhjkh</myXML>
><myXML>jhjkhkjh<html:del>This was deleted</html:del>jhjkh</myXML>
How do you specify what is deleted in file1.xml? How do you specify the
value of xml:lang attribute on element x is changed from 'de' to 'en'?
How do you specify in text node y the character 'ö' is replaced by the
entity reference ö?
|