http xml link issue
i have script calls xml page via cfhttp. when output link xml, link appears ok. when try output workable link this:
<cfoutput><a href="#myxmldoc.response.legislators.legislator.link#">link</a></cfoutput>
the output shows this:
any idea going wrong?
you maybe trying output xml node confusing browser. try putting xmltext @ end of node tell want text of node.
<cfoutput><a href="#myxmldoc.response.legislators.legislator.link.xmltext#">link</a></cfoutput>
More discussions in ColdFusion
adobe
Comments
Post a Comment