I tried to sell management here a dual ASR1003 + distro (4900M based), but
10G distro is still just too much!  TOR's still had to be 10G connected
from the 4900M, and that's a hell of a lot of X2's to buy on top of that.
Yeah, I could have bought the 20 port GE card for the 4900M for now, but
Taiwan has the single-lane 10G switches coming next year, and I just don't
feel that Cisco will drop prices then on X2's or SFP+'s to give me
long-term confidence, pricing wise.  I might as well do an ASR1003 +
4948-10G as the distro to 2960G's.  Ugh, el-cheapo!

So I did a pair of 7606's, 3CXL (taking full routes) and a 6748-GE-TX
port-channeled to the TOR's.

Cisco has 10G locked up for now, but that prices small shops like us out.
And also makes sure we *will* go with 3rd party next year, locking out
Cisco except for the core.  I mean it's not like when I worked at MSN and
had zillions to spend on even small lab networks.  I have a real budget
now.  And Cisco is a very hard pill to swallow on a real budget.

At least I didn't suggest Vyatta/Quagga on a Dell server feeding Dell
switches :P

    Rob Gutierrez / pensearchrss/1.0/'
> xmlns:gml='http://www.opengis.net/gml'
> xmlns:georss='http://www.georss.org/georss'
> xmlns:media='http://search.yahoo.com/mrss/'
> xmlns:batch='http://schemas.google.com/gdata/batch'
> xmlns:yt='http://gdata.youtube.com/schemas/2007'
> xmlns:gd='http://schemas.google.com/g/2005'>
>        <id/>
>        <updated/>
>        <author/>
>        <generator/>
>        <openSearch:totalResults>127862056</openSearch:totalResults>
>        ...
>        <entry>
>        ...
>        </entry>
> </feed>
>
> Everything is fine except that I cannot traverse the returned xml file
> in e4x syntax, while the old school child(0) works just fine. After
> hours of digging, I found out that it was the namespace of the top
> node:"http://www.w3.org/2005/Atom"; that prevents e4x from working. I
> figured this out by saving a local copy of the xml file and trimming
> off the aforementioned uri of the namespace, like this:
>
> <feed
> xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
> xmlns:gml='http://www.opengis.net/gml'
> xmlns:georss='http://www.georss.org/georss'
> xmlns:media='http://search.yahoo.com/mrss/'
> xmlns:batch='http://schemas.google.com/gdata/batch'
> xmlns:yt='http://gdata.youtube.com/schemas/2007'
> xmlns:gd='http://schemas.google.com/g/2005>
> ...
> </feed>
>
> So what I am trying to do now, without any good advice, is trying to
> set the namespace for the top node to another uri or just null,
> because that's what's working with a local copy.
>
> BTW, I tried both HTTPService and URLLoader/URLRequest and they yield
> the same results. I tried copy() the xml file without altering the
> namespaces for the top node and it ONLY worked for a local xml file.
>
> Any suggestions?
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>


-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

http://flex.joshmcdonald.info/

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]

Reply via email to