Hello, I am attempting to use the Convert_Word plugin described here: http://www.gammon.com.au/forum/?id=8747&reply=4#reply4
My objective is to remove the "<Public> " statements that initiate chat lines in the public channel of a MUD.
on line 23 works fine, but does not remove the angle brackets.
I have tried the following, with no success:
-> Line 31: Elements terminated out of sequence, expected </Public>, got </script> (Cannot load)
-> Line 23: Attribute name must start with letter or underscore, but starts with "\" (Cannot load)
-> Line 31: Elements terminated out of sequence, expected </Public>, got </script> (Cannot load)
-> Line 23: Attribute name must start with letter or underscore, but starts with "\" (Cannot load)
-> [string "Plugin"]:2: unexpected symbol near '<'
-> Line 31: No closing ";" in XML entity argument "<" (Cannot load)
-> [string "Plugin"]:2: unexpected symbol near '\'
-> [string "Plugin"]:2: unexpected symbol near '<'
-> [string "Plugin"]:2: unexpected symbol near '\'
-> [string "Plugin"]:2: unexpected symbol near '&'
-> [string "Plugin"]:2: unexpected symbol near '\'
I am out of options, not sure what to try next.
My objective is to remove the "<Public> " statements that initiate chat lines in the public channel of a MUD.
Public = "",I have tried the following, with no success:
<Public> = "",\<Public\> = "","<Public>" = "","\<Public\>" = "",<Public> = "",\<\;Public\>\;\<Public\> = "",<![CDATA[<Public>]]> = "",<![CDATA[\<Public\>]]> = "",<![CDATA[<Public>]]> = "",<![CDATA[\<Public\>]]> = "",I am out of options, not sure what to try next.