I worked with our web developer to add an HTML view of the metadata in our Geoportal (v9.3.1.sp1) for easier metadata review. This customized code added to the results.jsp file displayed a link in the search results called "FGDC Formatted XML." A user can click on the link and another page pops-up with a user-friendly view of the metadata (as opposed to viewing raw XML).
The problem is that when I migrated this code to the same file in Geoportal (v10), it no longer worked properly. (It broke 🙂 We tried to trouble-shoot this problem, after giving consideration to the metadata itself, we concluded the XSL we were currently using should work because the metadata in our Geoportal (v10) database is the same as what was in the previous (9.3.1.sp1) database.
Even if we had Upgraded our metadata to ArcGIS 10 Metadata --> it would still only contain the FGDC elements Exported to XML --> then Published to Geoportal (v10).
It's just strange that the links don't work in FGDC Plus, and the font doesn't wrap for items like Abstract and Purpose in FGDC Classic when applied in Geoportal (v10).
Now we are wondering if the problem is related to the server, or changes to the underlying code and configuration files in support of new functionality in Geoportal (v10)? Does anyone have any helpful thoughts or tips we could try?