Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.javascript > #4687
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | "Christoph Schneegans" <Christoph@Schneegans.de> |
| Newsgroups | de.comp.lang.javascript |
| Subject | Re: XML-Tags in JavaScript als Kommentare zulaessig? |
| Date | Thu, 6 Aug 2015 23:12:13 +0200 |
| Lines | 16 |
| Message-ID | <d2i0tcFqsn0U1@mid.individual.net> (permalink) |
| References | <d2hhdkFmu2gU1@mid.individual.net> <mq051h$1l9o$1@adenine.netfront.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="Windows-1252" |
| Content-Transfer-Encoding | 8bit |
| X-Trace | individual.net ZkpbyGofbncUmdZeMe7LPANV8vVCKRiHnlqR8Zi7gsIDpnZQ== |
| Cancel-Lock | sha1:ed2j4BegSs0EhLOlKp2Jk5rabIo= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5931 |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.6157 |
| Xref | csiph.com de.comp.lang.javascript:4687 |
Show key headers only | View raw
Martin Honnen schrieb:
> Was ergibt denn
> var foo = <foo></foo>;
> typeof foo
> ?
final javax.script.ScriptEngine engine =
new javax.script.ScriptEngineManager().getEngineByName("js");
System.out.println(engine.eval("var foo = <foo></foo>; typeof foo"));
schreibt tatsächlich 'xml' in die Konsole. Na gut, dann ist alles klar.
--
<http://schneegans.de/online-blockade/> · GEZ-Websites blockieren
Back to de.comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
XML-Tags in JavaScript als Kommentare zulaessig? Christoph Schneegans <Christoph@Schneegans.de> - 2015-08-06 18:47 +0200
Re: XML-Tags in JavaScript als Kommentare zulaessig? Martin Honnen <mahotrash@yahoo.de> - 2015-08-06 19:20 +0200
Re: XML-Tags in JavaScript als Kommentare zulaessig? Martin Honnen <mahotrash@yahoo.de> - 2015-08-06 19:25 +0200
Re: XML-Tags in JavaScript als Kommentare zulaessig? "Christoph Schneegans" <Christoph@Schneegans.de> - 2015-08-06 23:12 +0200
Re: XML-Tags in JavaScript als Kommentare zulaessig? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-08-06 20:52 +0200
csiph-web