adding a & in text and element
-
hi i want to add & in the element name and text it shows error how i can add pls suggest a solution i want like this <&Name>&Ram& with regards Balagurunathan.B
& is what you need.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
hi i want to add & in the element name and text it shows error how i can add pls suggest a solution i want like this <&Name>&Ram& with regards Balagurunathan.B
You cannot use & or & in an element name. An element name has to begin with a letter or an underscore. -- modified at 9:45 Thursday 9th August, 2007
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
You cannot use & or & in an element name. An element name has to begin with a letter or an underscore. -- modified at 9:45 Thursday 9th August, 2007
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
ok then can we add it as inner text again it shows error on that case also
with regards Balagurunathan.B
It is also forbidden in other parts of the element name.
"We make a living by what we get, we make a life by what we give." --Winston Churchill