andybeeeeee
Programmer
hi all
i'm trying to create a schema file for an xml file, but i'm having trouble. how do i define an element that has no name and contains only <![CDATA....]]>. here's an example:
can anyone help me to define this?
thanks
i'm trying to create a schema file for an xml file, but i'm having trouble. how do i define an element that has no name and contains only <![CDATA....]]>. here's an example:
Code:
<connect fnname="ConnectUserManager">
<![CDATA[
import win32com.client
import whrandom
def ConnectUserManager():
...... blah blah blah.......
]]>
</connect>
can anyone help me to define this?
thanks