afroblanca
Programmer
Hello all,
Here's the situation - I'm writing a CMS, and I need a way to demarcate where content text begins and ends. I have a windows service which then reads the content text, and then processes it in various ways.
To demarcate the text, I invented a tag, <articleText> . I surround the content text with <articleText> and </articleText> . This works really well for me. Only thing I'm concerned about - is it a bad idea for me to invent tags in this fashion? What kinds of problems could this cause?
I'm using these tags in .ASPX files, if that makes a difference.
Thanks for the help.
Here's the situation - I'm writing a CMS, and I need a way to demarcate where content text begins and ends. I have a windows service which then reads the content text, and then processes it in various ways.
To demarcate the text, I invented a tag, <articleText> . I surround the content text with <articleText> and </articleText> . This works really well for me. Only thing I'm concerned about - is it a bad idea for me to invent tags in this fashion? What kinds of problems could this cause?
I'm using these tags in .ASPX files, if that makes a difference.
Thanks for the help.