Other OutSystems sites...
OutSystems Website
About Agility Blog
OutSystems Network
Login
Signup
Forums
Academy
Forge
Ideas
Forums
›
Technology & Integration
›
place xmlns in html tag
place xmlns in html tag
fernando duarte
Rank: #722
Posted on 2010-06-09
thumbs_up_ico
0
thumbs_down_ico
0
reply
post_link_ico
Hi,
is there a way to add a namespace to the <html> tag, like <html
xmlns:"thenamespaceiwant" ?
Thanks in advance
Miguel João
Rank: #8
Posted on 2010-06-10
thumbs_up_ico
0
thumbs_down_ico
0
reply
post_link_ico
Hi Fernando
The Agile Platform doesn't have any configuration to dump extra namespace in the HTML tag, because by default, it dumps the HTML following the web standards xhtml tag namespace
<html
xmlns
="
http://www.w3.org/1999/xhtml
" >
While trying to come up with an alternative, in what context do you need to change the namespace?
Cheers
Miguel Simões João
fernando duarte
Rank: #722
Posted on 2010-06-14
thumbs_up_ico
0
thumbs_down_ico
0
reply
post_link_ico
Hi and thanks for the reply.
I'm sorry for the delay here (tight schedules...). Anyway I was thinking in such things as SVG and VML where you add a namespace to the html tag,
something like :
<html xmlns:vml="urn:schemas-microsoft-com:vml">
. I'm sure there are other examples.
Thanks.
Miguel João
Rank: #8
Posted on 2010-06-17
thumbs_up_ico
0
thumbs_down_ico
0
reply
post_link_ico
Hi Fernando
Do you need to have it on a Web Screen, or it's on a resource that you can build and use the
Download
node to make it available through an URL?
Because, if you're building a resource, like SVG or VML, you can set the resource content according ot your needs, and then use the Download node.
If this is required for a specific web screen is more tricky, but you can attempt to change it in runtime using the AddPostProcessingFilter action of the HTTPRequestHandler extension available with the
EnterpriseManager
solution.
Hope this helps you getting things done.
Cheers
Miguel Simões João
Quick Reply
Notify me by email when someone answers to my post
attachment
Choose File
No file chosen
Submit
Login to reply
Something on your mind?
Login to Start a Discussion
Top Forums Posters
Gonçalo Martins
Ricardo Silva
Charles Colaço
Gerry
André Vieira
Arnold Grippeling
João Rosado
JD
Robert Chanphakeo
Mizé Williams
See leaderboard
Online Training
On-demand video lessons to help you learn at your own pace.
Learn More