|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Error: elements containing dynmaic urls (w/ multiple variables)
I'm getting errors on any elements containing a dynamic url, although only urls with multiple variables...
<url>http://forums.devshed.com/forumdisplay.php?s=&forumid=19</url> It says "A semi colon character was expected." How can this be avoided? Thanks. |
|
#2
|
|||
|
|||
|
It has something to do with the & symbol. My solution (hack) is to convert the & symbol to a ~ symbol so that the xml is valid, then switch it back in my xsl file.
Seems like this would be a common problem, but I can't find a solution. |
|
#3
|
|||
|
|||
|
Yeah, but I'm using XSLT to transform my data into an XHTML page and this won't link correctly when I try to insert into the href property of <a>.
URL would be chaging from... file.php?x=1&y=2 to... file.php?x1& amp;y=2 Does this require me to convert all occurences of "& amp;" back to "&" from within XSLT for the url to work? |
|
#4
|
|||
|
|||
|
Okay, but I'll have XSL replace the & amp; anyways because I'm dealing with mobile devices and no assumptions can be made.
Thanks. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Error: elements containing dynmaic urls (w/ multiple variables) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|