- 3,714,715 Users
- 2,242,610 Discussions
- 7,845,023 Comments
Forum Stats
Discussions
Categories
- Industry Applications
- 3.2K Intelligent Advisor
- Insurance
- 1K On-Premises Infrastructure
- 362 Analytics Software
- 32 Application Development Software
- 1.7K Cloud Platform
- 700.5K Database Software
- 17.4K Enterprise Manager
- 7 Hardware
- 166 Infrastructure Software
- 88 Integration
- 52 Security Software
Can someone update the ILOM Firmware Downloads page to remove unnecessary style tags?

I have a couple apps the scrape the Firmware downloads page for ILOM http://www.oracle.com/technetwork/systems/patches/firmware/release-history-jsp-138416.html and uses that data to create a spreadsheet of the latest versions. However, there are some inconsistencies that should be removed. The X7-2, X5-4, and X4-2 (plus Netra X5-2) machines each have an added style="" that should be removed, and their corresponding entries have them too with X7-2 missing it for some reason. Can they be removed both from the early link and also the actual link in the page?
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X7-2"style="">Oracle Server X7-2</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X7-2L">Oracle Server X7-2L</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X6-2">Oracle Server X6-2</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X6-2L">Oracle Server X6-2L</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X5-2">Oracle Server X5-2</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X5-2L">Oracle Server X5-2L</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X5-4" style="">Oracle Server X5-4</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X5-8">Oracle Server X5-8</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#NX5-2">Netra Server X5-2</a></li>
<li><a href="/technetwork/systems/patches/firmware/release-history-jsp-138416.html#X4-2" style="">Sun Server X4-2</a></li>
...
<div class="pad5x10">
<p><a name="X5-4" id="X5-4"></a><a href="https://www.oracle.com/servers/x86/x5-4/index.html" style="">Oracle Server X5-4</a></p>
</div>
...
<div class="pad5x10">
<p><a name="NX5-2" id="NX5-2"></a><a href="https://www.oracle.com/servers/netra/netra-x5-2/index.html" style="">Netra Server X5-2</a></p>
</div>
...
<div class="pad5x10">
<p><a name="X4-2" id="X4-2"></a><a href="http://www.oracle.com/us/products/servers-storage/servers/previous-products/index.html" style="">Sun Server X4-2</a></p>
</div>
I wasn't sure who I could actually email about it. Please let me know if this can be fixed. Thanks!
Answers
-
Anyone able to help with this? The bottom of the page links to this forum so that's why I came here.