|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Syntax to include URL with &var=data
I'm working with a few XML files on my project (they generate the system messages) I'm new to XML and am having a difficult time figuring out how to include URLs in the XML code!
here is my xml code it is failing on the lotus notes URL which is a simple url that seems to fail on the &var=data segment. How do I get around this? PS the error I get is: A semi colon character was expected. Error processing resource Line 10, Position 82 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "*">]> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl: output method="html" encoding="ISO-8859-1" doctype-public="-//W3C/DTD HTML 1.0 Transitional//EN" /> <xsl:template match="/"> <html><head></head><body><a name="top" /> <blockquote> WhoKnows? has added new terms to your profile for you to review <a href="http://fpls.sb.com/CAST/SETFCommunity.nsf/0/FCCC4A68?OpenDocument&ui=portal">Click here to access community</a> </blockquote> <a name="bottom" /> </body> </html> </xsl:template> </xsl:stylesheet> |
|
#2
|
|||
|
|||
|
I swapped the & with &-amp; (without the - in there!)
which has taken care of the problem Just my luck, I work on this issue for 3 hours, post a question, then figure it out for myself within 5 minutes |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Syntax to include URL with &var=data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|