put all javascripts in CDATA sections as follows
<script language="javascript">
<![CDATA[
var url = window.location.href
var queryString = location.search.substring(1, location.search.length);
]]>
</script>
your stylesheet as below...
The simplest approach will be to use the style sheet below:
_________________________________________________________
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" version="4.0" />...
I don't know what you are trying to archieve but I think this stylesheet might give you a heads start
***************************************************
----------------persons.xml--------------------------
<?xml-stylesheet type="text/xsl" href="persons.xsl"?>
<persons>...
'&' is a special character.
use '& a m p ;'
Note: No spaces between the characters
I had to put spaces because this website keeps formating my text into html
It all depends on
- how your application is designed
- how you handle locks and connection pools
- how easy it would be to port your application different platforms if need be.
- How you can easily extend your application to use other technologies such as Flash & SVG
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.