473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

CDATA?

Hi,

Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:1.2em}
h2{text-align:center;color:#369}
....
....
..error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the top
of a PHP file and I don't understand why/what it's there /it's doing. I
deleted it and it seemed to make no difference, at least with my quick
tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here. It's
one of those things that keeps getting curiouser and curiouser<g>.

Would anyone care to enlighten me?

TIA

Twayne
Jul 13 '08 #1
8 1645
Twayne schreef:
Hi,

Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:1.2em}
h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the top
of a PHP file and I don't understand why/what it's there /it's doing. I
deleted it and it seemed to make no difference, at least with my quick
tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here. It's
one of those things that keeps getting curiouser and curiouser<g>.

Would anyone care to enlighten me?

TIA

Twayne

hm, you did not try to Google for 'CDATA'
( http://www.google.com/search?source=...&q=CDATA&meta= )

because than you would have found:
http://www.w3schools.com/XML/xml_cdata.asp

and than you would NOT have asked:
*WHAT* is the *CDATA?*
--
Luuk
Jul 13 '08 #2
..oO(Twayne)
>Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:1.2em}
h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the top
of a PHP file and I don't understand why/what it's there /it's doing. I
deleted it and it seemed to make no difference, at least with my quick
tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here. It's
one of those things that keeps getting curiouser and curiouser<g>.

Would anyone care to enlighten me?
4.8. Script and Style elements
http://www.w3.org/TR/xhtml1/#h-4.8

This only affects documents that are delivered as real XHTML. But since
the world's most used "browser" still doesn't understand XHTML, almost
all documents in the Web are still served as HTML (even if some of them
claim to be written in XHTML).

In short: Remove it and don't worry. Or use an external stylesheet,
which is almost always the preferred way.

Micha
Jul 13 '08 #3
.oO(Twayne)
>
>Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica,
sans-serif;font-size:1.2em} h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the
top of a PHP file and I don't understand why/what it's there /it's
doing. I deleted it and it seemed to make no difference, at least
with my quick tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here. It's
one of those things that keeps getting curiouser and curiouser<g>.

Would anyone care to enlighten me?

4.8. Script and Style elements
http://www.w3.org/TR/xhtml1/#h-4.8

This only affects documents that are delivered as real XHTML. But
since the world's most used "browser" still doesn't understand XHTML,
almost all documents in the Web are still served as HTML (even if
some of them claim to be written in XHTML).

In short: Remove it and don't worry. Or use an external stylesheet,
which is almost always the preferred way.

Micha
Ah, between your tip and link to the recommendation, not only is the
enlightenment upon me, but I have now the tools I need recognize many
more things in the future. And more reading to do now<g>.

Thanks much,

Twayne
Jul 13 '08 #4
Twayne schreef:
>Hi,

Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica,
sans-serif;font-size:1.2em} h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the
top of a PHP file and I don't understand why/what it's there /it's
doing. I deleted it and it seemed to make no difference, at least
with my quick tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here. It's
one of those things that keeps getting curiouser and curiouser<g>.

Would anyone care to enlighten me?

TIA

Twayne


hm, you did not try to Google for 'CDATA'
( http://www.google.com/search?source=...&q=CDATA&meta= )

because than you would have found:
http://www.w3schools.com/XML/xml_cdata.asp

and than you would NOT have asked:
*WHAT* is the *CDATA?*
I don't take kindly to being called a liar by anyone, especially an
apparent snotnosed control-seeking jerk like you. Neither wikipedia nor
w3 were amongst the top finds in my searches; I always specifically
watch for them, and phpnet too. May I suggest you take your troll-like
abilities and waddle off over to that area over there ... if I have to
specifically detail each and every attempt at solving something to you
before you decide you will give what would probably be misinformation
anyway, I certainly have no need of you. Please punish be my never
answering another of my questions again. Better yet plonk me and be-gone
black varlet ...

Twayne
Jul 13 '08 #5
Twayne wrote:
>Twayne schreef:
>>Hi,

Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica,
sans-serif;font-size:1.2em} h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the
top of a PHP file and I don't understand why/what it's there /it's
doing. I deleted it and it seemed to make no difference, at least
with my quick tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here. It's
one of those things that keeps getting curiouser and curiouser<g>.

Would anyone care to enlighten me?

TIA

Twayne

hm, you did not try to Google for 'CDATA'
( http://www.google.com/search?source=...&q=CDATA&meta= )

because than you would have found:
http://www.w3schools.com/XML/xml_cdata.asp

and than you would NOT have asked:
*WHAT* is the *CDATA?*

I don't take kindly to being called a liar by anyone, especially an
apparent snotnosed control-seeking jerk like you. Neither wikipedia nor
w3 were amongst the top finds in my searches; I always specifically
watch for them, and phpnet too. May I suggest you take your troll-like
abilities and waddle off over to that area over there ... if I have to
specifically detail each and every attempt at solving something to you
before you decide you will give what would probably be misinformation
anyway, I certainly have no need of you. Please punish be my never
answering another of my questions again. Better yet plonk me and be-gone
black varlet ...

Twayne
I suggest you change your tune ASAP. Or find another place to get help.

This is not the first time you've asked questions which can be easily
found by googling. And Luuk didn't call you a liar - he was trying to
help you.

But I'm not going to try to help a snot-nosed twerp like you any more.
And with your attitude, it won't be long before no one else will, either.

So find some other sucker to do your searches for you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jul 14 '08 #6
Twayne wrote:
>>Twayne schreef:
Hi,

Probably another question I could answer myself if I only found the
right search term, but ...

I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica,
sans-serif;font-size:1.2em} h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------

*WHAT* is the *CDATA?* All that section is, is a CSS setup at the
top of a PHP file and I don't understand why/what it's there /it's
doing. I deleted it and it seemed to make no difference, at least
with my quick tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here.
It's one of those things that keeps getting curiouser and
curiouser<g>. Would anyone care to enlighten me?

TIA

Twayne
hm, you did not try to Google for 'CDATA'
( http://www.google.com/search?source=...&q=CDATA&meta= )

because than you would have found:
http://www.w3schools.com/XML/xml_cdata.asp

and than you would NOT have asked:
*WHAT* is the *CDATA?*

I don't take kindly to being called a liar by anyone, especially an
apparent snotnosed control-seeking jerk like you. Neither wikipedia
nor w3 were amongst the top finds in my searches; I always
specifically watch for them, and phpnet too. May I suggest you take
your troll-like abilities and waddle off over to that area over
there ... if I have to specifically detail each and every attempt at
solving something to you before you decide you will give what would
probably be misinformation anyway, I certainly have no need of you.
Please punish be my never answering another of my questions again.
Better yet plonk me and be-gone black varlet ...

Twayne

I suggest you change your tune ASAP. Or find another place to get
help.
I calls 'em as I sees 'em, sorry if that makes you feel slighted but
that's life. I'll continue to ask any question here I feel I actually
need help with and no amount of threats from you can change that. This
is far from the only source of knowledge on the 'net and one of the
worst I've seen for supposedly professional activity by its
participants.
As for "another place" I've chosen three I like and use in addition
to this ng.
It's also interesting that you claim to speak for the entire group;
which I know you do not.
>
This is not the first time you've asked questions which can be easily
found by googling. And Luuk didn't call you a liar - he was trying to
help you.
If such answers were "easily found" by googling, then I would have used
those answers. It's curious how you lower-cased googling too; another
of your vagueries you're so proud of.
As for luuk, he did call me a liar regardless of how you choose to
comprehend it. You are not omniscient. Nor are you very smart.
>
But I'm not going to try to help a snot-nosed twerp like you any more.
And with your attitude, it won't be long before no one else will,
either.
Make up your mind; earlier you said "if" and now you say that IS the
situation. Apparently your skin is very thin and you worry about guilt
by association a great deal more than is reasonable. You should address
that shortcoming.
>
So find some other sucker to do your searches for you.
Suckers such as you do not answer questions. You would be the one
that allowed yourself to feel like a sucker as opposed to being one who
is actually wishing to do anyone any good.
People like you are a dime a dozen on many supposedly knowledgeable
newsgroups and aren't there to help anyone but rather to compete with
what you see as your peers and that's all. You're high on rhetoric but
your motivations are less than wanting to be helpful in nearly all
situations. It occurs to me that such as you need to be noted and made
visible when the occasion calls for it.

Too bad, but you're no more indispensible than anyone else is, an errant
opinion/mistake made by many. Now had you or anyone else asked what I
DID use for search terms and where I did the searches, I'd have happily
answered you and likely taken your resulting advice gladly. That's
exactly what happened on the forum where I also asked this same
question, and after apparently trying same, the response was "Huh - you
are right", after which some reasonable explanations and discussions to
both my questions ensued.

I've said what I wanted to say, responded in kind as I am wont to do,
and have no more to say on the subject. You'll find I don't often
repeat myself and this is one of those cases. I say what I mean, and
mean what I say. Notice there are no threats, only responses in kind
here. I don't know you from Adam so I've no animosity or anything of
the sort toward you; the only net result is to know that my first
impressions were correct as far as your ng life goes.

Oh yeah, this is off topic.

Enjoy your Monday


Jul 14 '08 #7
Twayne wrote:
>Twayne wrote:
>>>Twayne schreef:
Hi,
>
Probably another question I could answer myself if I only found the
right search term, but ...
>
I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica,
sans-serif;font-size:1.2em} h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------
>
*WHAT* is the *CDATA?* All that section is, is a CSS setup at the
top of a PHP file and I don't understand why/what it's there /it's
doing. I deleted it and it seemed to make no difference, at least
with my quick tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here.
It's one of those things that keeps getting curiouser and
curiouser<g>. Would anyone care to enlighten me?
>
TIA
>
Twayne
>
>
hm, you did not try to Google for 'CDATA'
( http://www.google.com/search?source=...&q=CDATA&meta= )

because than you would have found:
http://www.w3schools.com/XML/xml_cdata.asp

and than you would NOT have asked:
*WHAT* is the *CDATA?*
I don't take kindly to being called a liar by anyone, especially an
apparent snotnosed control-seeking jerk like you. Neither wikipedia
nor w3 were amongst the top finds in my searches; I always
specifically watch for them, and phpnet too. May I suggest you take
your troll-like abilities and waddle off over to that area over
there ... if I have to specifically detail each and every attempt at
solving something to you before you decide you will give what would
probably be misinformation anyway, I certainly have no need of you.
Please punish be my never answering another of my questions again.
Better yet plonk me and be-gone black varlet ...

Twayne
I suggest you change your tune ASAP. Or find another place to get
help.

I calls 'em as I sees 'em, sorry if that makes you feel slighted but
that's life. I'll continue to ask any question here I feel I actually
need help with and no amount of threats from you can change that. This
is far from the only source of knowledge on the 'net and one of the
worst I've seen for supposedly professional activity by its
participants.
As for "another place" I've chosen three I like and use in addition
to this ng.
It's also interesting that you claim to speak for the entire group;
which I know you do not.
Yep, and so do I. And you're acting like an idiot.

Sure, you can keep asking questions here. But keep up that attitude and
no one is going to be answering you.

As for "professional activity" - your comments are anything but
"professional". More like "sewer".

And no, I don't speak for the entire group. But idiots like you don't
get answers. That's life.
>This is not the first time you've asked questions which can be easily
found by googling. And Luuk didn't call you a liar - he was trying to
help you.

If such answers were "easily found" by googling, then I would have used
those answers. It's curious how you lower-cased googling too; another
of your vagueries you're so proud of.
As for luuk, he did call me a liar regardless of how you choose to
comprehend it. You are not omniscient. Nor are you very smart.
Gee, Luuk found the answer quite easily by googling. As were answers to
other questions you asked.

And I didn't see Luuk call you a liar. However, I do see an overly
sensitive idiot digging himself a huge hole.
>But I'm not going to try to help a snot-nosed twerp like you any more.
And with your attitude, it won't be long before no one else will,
either.

Make up your mind; earlier you said "if" and now you say that IS the
situation. Apparently your skin is very thin and you worry about guilt
by association a great deal more than is reasonable. You should address
that shortcoming.
>So find some other sucker to do your searches for you.

Suckers such as you do not answer questions. You would be the one
that allowed yourself to feel like a sucker as opposed to being one who
is actually wishing to do anyone any good.
Wrong. I answer a lot of questions in this and other newsgroups.
You're the sucker for expecting people to spend their volunteer time
answering questions for an idiot.
People like you are a dime a dozen on many supposedly knowledgeable
newsgroups and aren't there to help anyone but rather to compete with
what you see as your peers and that's all. You're high on rhetoric but
your motivations are less than wanting to be helpful in nearly all
situations. It occurs to me that such as you need to be noted and made
visible when the occasion calls for it.
No, you're wrong. Idiots like YOU are a dime a dozen. Fortunately,
most of them don't last long here. They get tired of asking questions
and not getting answers.
Too bad, but you're no more indispensible than anyone else is, an errant
opinion/mistake made by many. Now had you or anyone else asked what I
DID use for search terms and where I did the searches, I'd have happily
answered you and likely taken your resulting advice gladly. That's
exactly what happened on the forum where I also asked this same
question, and after apparently trying same, the response was "Huh - you
are right", after which some reasonable explanations and discussions to
both my questions ensued.
I never said I was indispensable (sic). But idiots like you are.

And no, no one asked you what you used for googling. But Luuk did give
you an idea of what a good search term would look like.
I've said what I wanted to say, responded in kind as I am wont to do,
and have no more to say on the subject. You'll find I don't often
repeat myself and this is one of those cases. I say what I mean, and
mean what I say. Notice there are no threats, only responses in kind
here. I don't know you from Adam so I've no animosity or anything of
the sort toward you; the only net result is to know that my first
impressions were correct as far as your ng life goes.

Oh yeah, this is off topic.

Enjoy your Monday

Yep, you've again shown what an idiot you are. Remember - YOU are the
one asking for help here. It pays for YOU to be more receptive to
suggestions.

Luuk was only trying to help you find the answer for yourself. But you
showed how big of a chip you have on your shoulder.

Maybe you didn't google at all - which is why you're so sensitive to his
suggestion? From some of the other questions you've asked here, I
really suspect that's the case.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jul 14 '08 #8
Twayne wrote:
>Twayne wrote:
>>>Twayne schreef:
Hi,
>
Probably another question I could answer myself if I only found the
right search term, but ...
>
I have in some code I'm studying/trying to learn:
------------------------
<style type="text/css" media="all">
/* <![CDATA[ */
body{font-family:Verdana, Arial, Helvetica,
sans-serif;font-size:1.2em} h2{text-align:center;color:#369}
...
...
.error{text-align:center;color:#f00}
/* ]]*/
</style>
----------------------
>
*WHAT* is the *CDATA?* All that section is, is a CSS setup at the
top of a PHP file and I don't understand why/what it's there /it's
doing. I deleted it and it seemed to make no difference, at least
with my quick tests, as I expected.
I see all kinds of posts on groups & forums about people having
problems with it, but nothing I can relate to my own case here.
It's one of those things that keeps getting curiouser and
curiouser<g>. Would anyone care to enlighten me?
>
TIA
>
Twayne
>
>
hm, you did not try to Google for 'CDATA'
( http://www.google.com/search?source=...&q=CDATA&meta= )

because than you would have found:
http://www.w3schools.com/XML/xml_cdata.asp

and than you would NOT have asked:
*WHAT* is the *CDATA?*
I don't take kindly to being called a liar by anyone, especially an
apparent snotnosed control-seeking jerk like you. Neither wikipedia
nor w3 were amongst the top finds in my searches; I always
specifically watch for them, and phpnet too. May I suggest you take
your troll-like abilities and waddle off over to that area over
there ... if I have to specifically detail each and every attempt at
solving something to you before you decide you will give what would
probably be misinformation anyway, I certainly have no need of you.
Please punish be my never answering another of my questions again.
Better yet plonk me and be-gone black varlet ...

Twayne
I suggest you change your tune ASAP. Or find another place to get
help.

I calls 'em as I sees 'em, sorry if that makes you feel slighted but
that's life. I'll continue to ask any question here I feel I actually
need help with and no amount of threats from you can change that. This
is far from the only source of knowledge on the 'net and one of the
worst I've seen for supposedly professional activity by its
participants.
As for "another place" I've chosen three I like and use in addition
to this ng.
It's also interesting that you claim to speak for the entire group;
which I know you do not.
You will find that in most technical groups that the standards are
higher, actually the standards are normal.

If you want someone that really knows what he (she) is doing to help
you, you have to do your homework.

http://www.google.com/search?hl=en&q...=Google+Search

Any of the comp.lang groups will slap you down for being OT or lazy.
This (and comp.lang.javascript) is actually one of the most tolerant.

So, buck it up and take it, or you'll be left with only the wannabes
answering your posts when you have a tough question, instead of this bit
of fluff you've tossed out.

Hell, I don't even know you and you've irritated me!

Jeff

>This is not the first time you've asked questions which can be easily
found by googling. And Luuk didn't call you a liar - he was trying to
help you.

If such answers were "easily found" by googling, then I would have used
those answers. It's curious how you lower-cased googling too; another
of your vagueries you're so proud of.
As for luuk, he did call me a liar regardless of how you choose to
comprehend it. You are not omniscient. Nor are you very smart.
>But I'm not going to try to help a snot-nosed twerp like you any more.
And with your attitude, it won't be long before no one else will,
either.

Make up your mind; earlier you said "if" and now you say that IS the
situation. Apparently your skin is very thin and you worry about guilt
by association a great deal more than is reasonable. You should address
that shortcoming.
>So find some other sucker to do your searches for you.

Suckers such as you do not answer questions. You would be the one
that allowed yourself to feel like a sucker as opposed to being one who
is actually wishing to do anyone any good.
People like you are a dime a dozen on many supposedly knowledgeable
newsgroups and aren't there to help anyone but rather to compete with
what you see as your peers and that's all. You're high on rhetoric but
your motivations are less than wanting to be helpful in nearly all
situations. It occurs to me that such as you need to be noted and made
visible when the occasion calls for it.

Too bad, but you're no more indispensible than anyone else is, an errant
opinion/mistake made by many. Now had you or anyone else asked what I
DID use for search terms and where I did the searches, I'd have happily
answered you and likely taken your resulting advice gladly. That's
exactly what happened on the forum where I also asked this same
question, and after apparently trying same, the response was "Huh - you
are right", after which some reasonable explanations and discussions to
both my questions ensued.

I've said what I wanted to say, responded in kind as I am wont to do,
and have no more to say on the subject. You'll find I don't often
repeat myself and this is one of those cases. I say what I mean, and
mean what I say. Notice there are no threats, only responses in kind
here. I don't know you from Adam so I've no animosity or anything of
the sort toward you; the only net result is to know that my first
impressions were correct as far as your ng life goes.

Oh yeah, this is off topic.

Enjoy your Monday

Jul 15 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Balaras | last post by:
Hi, Can sombody here please help me a bit with a regular expression. I have a xml file where I need to strip the CDATA sections of any contained data. Eg. <xml> <tag><]></tag>...
8
by: Xah Lee | last post by:
what does it mean when a style tag gives something like the following? <style type="text/css" media="screen,projection">/*<!]>*/</style> is this standard? Xah xah@xahlee.org ∑...
6
by: Cade Perkins | last post by:
How can the CDATA ending delimiter "]]>" be represented within a CDATA section itself? Consider an XML document that is intended to contain an embedded, uninterpreted XML example. Generally,...
10
by: Jon Noring | last post by:
Out of curiosity, may a CDATA section appear within an attribute value with datatype CDATA? And if so, how about other attribute value datatypes which accept the XML markup characters? To me,...
4
by: Jake Barnes | last post by:
I'm reading over this page: http://wiki.script.aculo.us/scriptaculous/show/Usage I'm struck by this code example +++++++++++++++++++++++++++++++ 3. Use
11
by: ericms | last post by:
Can anybody show me how to insert a CDATA section using XPathNavigator ? I have tried the follwing with no luck: XmlDocument docNav = new XmlDocument(); docNav.LoadXml(xmlString);...
1
by: soccerdad | last post by:
I've got a class hierarchy generated from a .xsd schema file using the XSD.EXE tool. One of the elements will have its "inner text" set to a CDATA block. The XSD.EXE tool exposed a "Value" property...
12
by: Peter Michaux | last post by:
Hi, I am experimenting with some of the Ruby on Rails JavaScript generators and see something I haven't before. Maybe it is worthwhile? In the page below the script is enclosed in //<!]> ...
7
by: Max | last post by:
Hello everyone! Can anyone help me to convert the CDATA expression "CDATA ::= (Char* - (Char* ']]>' Char*)" to Javascript Regular Expression? Thanks, Max
6
by: dkyadav80 | last post by:
Hi sir, I'm new about xml, javascript. I have two selection field(html) first is city and second is state. the city and state values should be store in xml file. when user select city then all...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.